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 d7eac22 commit 104eb6bCopy full SHA for 104eb6b
tests/CTS/requests/search/searchSingleIndex.json
@@ -126,5 +126,22 @@
126
]
127
}
128
129
+ },
130
+ {
131
+ "testName": "withFilters",
132
+ "isSnippet": true,
133
+ "parameters": {
134
+ "indexName": "indexName",
135
+ "searchParams": {
136
+ "filters": "country:US AND price.gross < 2.0"
137
+ }
138
139
+ "request": {
140
+ "path": "/1/indexes/indexName/query",
141
+ "method": "POST",
142
+ "body": {
143
144
145
146
147
0 commit comments