Skip to content

Commit 684e7f5

Browse files
committed
chore: more guides (gary the goat)
1 parent 3b01095 commit 684e7f5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/CTS/requests/search/searchSingleIndex.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -279,14 +279,16 @@
279279
"parameters": {
280280
"indexName": "indexName",
281281
"searchParams": {
282-
"filters": "NOT _tags:non-fiction"
282+
"query": "harry",
283+
"filters": "_tags:non-fiction"
283284
}
284285
},
285286
"request": {
286287
"path": "/1/indexes/indexName/query",
287288
"method": "POST",
288289
"body": {
289-
"filters": "NOT _tags:non-fiction"
290+
"query": "harry",
291+
"filters": "_tags:non-fiction"
290292
}
291293
}
292294
},

0 commit comments

Comments
 (0)