We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfcbd3 commit 03790cdCopy full SHA for 03790cd
tests/CTS/requests/search/searchSingleIndex.json
@@ -263,7 +263,7 @@
263
"path": "/1/indexes/indexName/query",
264
"method": "POST",
265
"body": {
266
- "filters": "author:\\\"Stephen King\\\""
+ "filters": "author:\"Stephen King\""
267
}
268
269
},
@@ -346,7 +346,7 @@
346
347
348
349
- "filters": "(author:\\\"Stephen King\\\" OR genre:\\\"Horror\\\")",
+ "filters": "(author:\"Stephen King\" OR genre:\"Horror\")",
350
"facetFilters": [
351
"publisher:Penguin"
352
]
0 commit comments