Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport 2.x] Fix match_phrase_prefix_query not working on text field with multiple values and index_prefixes #14686

Merged
merged 1 commit into from
Jul 9, 2024

Fix match_phrase_prefix_query not working on text field with multiple…

297f2ba
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.x] Fix match_phrase_prefix_query not working on text field with multiple values and index_prefixes #14686

Fix match_phrase_prefix_query not working on text field with multiple…
297f2ba
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 9, 2024 in 1s

71.46% (target 70.00%)

View this Pull Request on Codecov

71.46% (target 70.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.46%. Comparing base (3fde6aa) to head (297f2ba).

Additional details and impacted files
@@             Coverage Diff              @@
##                2.x   #14686      +/-   ##
============================================
- Coverage     71.52%   71.46%   -0.07%     
+ Complexity    62428    62343      -85     
============================================
  Files          5103     5103              
  Lines        293265   293268       +3     
  Branches      42730    42730              
============================================
- Hits         209766   209573     -193     
- Misses        65901    66037     +136     
- Partials      17598    17658      +60     

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