File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
tests/CTS/requests/search Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 228
228
"rules" : [
229
229
{
230
230
"objectID" : " toaster" ,
231
- "condition " : {
231
+ "conditions " : [ {
232
232
"pattern" : " toaster" ,
233
233
"anchoring" : " contains"
234
- },
234
+ }] ,
235
235
"consequence" : {
236
236
"params" : {
237
237
"query" : {
243
243
},
244
244
{
245
245
"objectID" : " cheap" ,
246
- "condition " : {
246
+ "conditions " : [ {
247
247
"pattern" : " cheap" ,
248
248
"anchoring" : " contains"
249
- },
249
+ }] ,
250
250
"consequence" : {
251
251
"params" : {
252
252
"query" : {
264
264
"body" : [
265
265
{
266
266
"objectID" : " toaster" ,
267
- "condition " : {
267
+ "conditions " : [ {
268
268
"pattern" : " toaster" ,
269
269
"anchoring" : " contains"
270
- },
270
+ }] ,
271
271
"consequence" : {
272
272
"params" : {
273
273
"query" : {
279
279
},
280
280
{
281
281
"objectID" : " cheap" ,
282
- "condition " : {
282
+ "conditions " : [ {
283
283
"pattern" : " cheap" ,
284
284
"anchoring" : " contains"
285
- },
285
+ }] ,
286
286
"consequence" : {
287
287
"params" : {
288
288
"query" : {
You can’t perform that action at this time.
0 commit comments