Skip to content

Commit bda8393

Browse files
authored
Update version check for the bug fix of match_phrase_prefix_query not working on text field with multiple values and index_prefixes (#14703)
Signed-off-by: Gao Binlong <[email protected]>
1 parent b068355 commit bda8393

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/search/190_index_prefix_search.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ setup:
138138
---
139139
"search index prefixes with multiple values":
140140
- skip:
141-
version: " - 2.99.99"
142-
reason: "the bug was fixed in 3.0.0"
141+
version: " - 2.15.99"
142+
reason: "the bug was fixed since 2.16.0"
143143
- do:
144144
search:
145145
rest_total_hits_as_int: true
@@ -154,8 +154,8 @@ setup:
154154
---
155155
"search index prefixes with multiple values and custom position_increment_gap":
156156
- skip:
157-
version: " - 2.99.99"
158-
reason: "the bug was fixed in 3.0.0"
157+
version: " - 2.15.99"
158+
reason: "the bug was fixed since 2.16.0"
159159
- do:
160160
search:
161161
rest_total_hits_as_int: true

0 commit comments

Comments
 (0)