File tree 1 file changed +20
-0
lines changed
rest-api-spec/src/main/resources/rest-api-spec/test/suggest
1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
---
3
3
" Search by suggestion and by keyword sub-field should work " :
4
4
5
+ - skip :
6
+ version : " - 6.99.99"
7
+ reason : " Search by suggestion with multi-fields was introduced 7.0.0"
8
+
5
9
- do :
6
10
indices.create :
7
11
index : completion_with_sub_keyword
61
65
---
62
66
" Search by suggestion on sub field should work " :
63
67
68
+ - skip :
69
+ version : " - 6.99.99"
70
+ reason : " Search by suggestion with multi-fields was introduced 7.0.0"
71
+
64
72
- do :
65
73
indices.create :
66
74
index : completion_with_sub_completion
109
117
---
110
118
" Search by suggestion on sub field with context should work " :
111
119
120
+ - skip :
121
+ version : " - 6.99.99"
122
+ reason : " Search by suggestion with multi-fields was introduced 7.0.0"
123
+
112
124
- do :
113
125
indices.create :
114
126
index : completion_with_context
176
188
---
177
189
" Search by suggestion on sub field with weight should work " :
178
190
191
+ - skip :
192
+ version : " - 6.99.99"
193
+ reason : " Search by suggestion with multi-fields was introduced 7.0.0"
194
+
179
195
- do :
180
196
indices.create :
181
197
index : completion_with_weight
230
246
---
231
247
" Search by suggestion on geofield-hash on sub field should work " :
232
248
249
+ - skip :
250
+ version : " - 6.99.99"
251
+ reason : " Search by suggestion with multi-fields was introduced 7.0.0"
252
+
233
253
- do :
234
254
indices.create :
235
255
index : geofield_with_completion
You can’t perform that action at this time.
0 commit comments