File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/search Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -134,11 +134,12 @@ setup:
134
134
135
135
- match : {hits.total: 1}
136
136
137
+ # related issue: https://github.com/opensearch-project/OpenSearch/issues/9203
137
138
---
138
- " search index prefixes with multiple value " :
139
+ " search index prefixes with multiple values " :
139
140
- skip :
140
141
version : " - 2.99.99"
141
- reason : " the position_increment_gap was fixed in 3.0.0"
142
+ reason : " the bug was fixed in 3.0.0"
142
143
- do :
143
144
search :
144
145
rest_total_hits_as_int : true
@@ -151,10 +152,10 @@ setup:
151
152
- match : {hits.total: 1}
152
153
153
154
---
154
- " search index prefixes with multiple value and custom position_increment_gap " :
155
+ " search index prefixes with multiple values and custom position_increment_gap " :
155
156
- skip :
156
157
version : " - 2.99.99"
157
- reason : " the position_increment_gap was fixed in 3.0.0"
158
+ reason : " the bug was fixed in 3.0.0"
158
159
- do :
159
160
search :
160
161
rest_total_hits_as_int : true
You can’t perform that action at this time.
0 commit comments