Skip to content

Commit

Permalink
Update version check for the bug fix of match_phrase_prefix_query not…
Browse files Browse the repository at this point in the history
… working on text field with multiple values and index_prefixes (opensearch-project#14703)

Signed-off-by: Gao Binlong <[email protected]>
  • Loading branch information
gaobinlong authored Jul 10, 2024
1 parent b068355 commit bda8393
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ setup:
---
"search index prefixes with multiple values":
- skip:
version: " - 2.99.99"
reason: "the bug was fixed in 3.0.0"
version: " - 2.15.99"
reason: "the bug was fixed since 2.16.0"
- do:
search:
rest_total_hits_as_int: true
Expand All @@ -154,8 +154,8 @@ setup:
---
"search index prefixes with multiple values and custom position_increment_gap":
- skip:
version: " - 2.99.99"
reason: "the bug was fixed in 3.0.0"
version: " - 2.15.99"
reason: "the bug was fixed since 2.16.0"
- do:
search:
rest_total_hits_as_int: true
Expand Down

0 comments on commit bda8393

Please sign in to comment.