File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 190
190
}
191
191
}
192
192
},
193
+ {
194
+ "testName" : " distinct company" ,
195
+ "isSnippet" : true ,
196
+ "parameters" : {
197
+ "indexName" : " theIndexName" ,
198
+ "indexSettings" : {
199
+ "attributeForDistinct" : " company" ,
200
+ "distinct" : true
201
+ }
202
+ },
203
+ "request" : {
204
+ "path" : " /1/indexes/theIndexName/settings" ,
205
+ "method" : " PUT" ,
206
+ "body" : {
207
+ "attributeForDistinct" : " company" ,
208
+ "distinct" : true
209
+ }
210
+ }
211
+ },
212
+ {
213
+ "testName" : " distinct design" ,
214
+ "isSnippet" : true ,
215
+ "parameters" : {
216
+ "indexName" : " theIndexName" ,
217
+ "indexSettings" : {
218
+ "attributeForDistinct" : " design" ,
219
+ "distinct" : true
220
+ }
221
+ },
222
+ "request" : {
223
+ "path" : " /1/indexes/theIndexName/settings" ,
224
+ "method" : " PUT" ,
225
+ "body" : {
226
+ "attributeForDistinct" : " design" ,
227
+ "distinct" : true
228
+ }
229
+ }
230
+ },
193
231
{
194
232
"testName" : " distinct true" ,
195
233
"isSnippet" : true ,
207
245
}
208
246
}
209
247
},
248
+ {
249
+ "testName" : " distinct section" ,
250
+ "isSnippet" : true ,
251
+ "parameters" : {
252
+ "indexName" : " theIndexName" ,
253
+ "indexSettings" : {
254
+ "attributeForDistinct" : " section" ,
255
+ "distinct" : true
256
+ }
257
+ },
258
+ "request" : {
259
+ "path" : " /1/indexes/theIndexName/settings" ,
260
+ "method" : " PUT" ,
261
+ "body" : {
262
+ "attributeForDistinct" : " section" ,
263
+ "distinct" : true
264
+ }
265
+ }
266
+ },
210
267
{
211
268
"testName" : " attributesForFaceting allergens" ,
212
269
"isSnippet" : true ,
You can’t perform that action at this time.
0 commit comments