Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@pamburus
Copy link
Owner

@pamburus pamburus commented Jul 1, 2025

Adds support for filtering by array items.

Supported variants include

  • Matching any item in the array
     hl -f 'span.[].name=a'
    
  • Matching an exact item in the array
     hl -f 'span.[0].name=a'
    

Closes #964

@codecov
Copy link

codecov bot commented Jul 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.43%. Comparing base (94e69ec) to head (8503b63).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #965      +/-   ##
==========================================
+ Coverage   83.28%   83.43%   +0.14%     
==========================================
  Files          47       47              
  Lines       12506    12604      +98     
==========================================
+ Hits        10416    10516     +100     
+ Misses       2090     2088       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@pamburus pamburus force-pushed the issue/964 branch 7 times, most recently from 4730e16 to fd41ff0 Compare July 6, 2025 08:25
@pamburus pamburus marked this pull request as ready for review July 8, 2025 20:28
@pamburus pamburus merged commit 0a8b2c3 into master Jul 8, 2025
10 checks passed
@pamburus pamburus deleted the issue/964 branch July 8, 2025 20:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Searching over array items

2 participants