Skip to content

Commit 93011aa

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

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

tests/CTS/requests/search/searchSingleIndex.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,24 @@
158158
}
159159
}
160160
},
161+
{
162+
"testName": "filters for stores",
163+
"parameters": {
164+
"indexName": "indexName",
165+
"searchParams": {
166+
"query": "ben",
167+
"filters": "categories:politics AND store:Gibert Joseph Saint-Michel"
168+
}
169+
},
170+
"request": {
171+
"path": "/1/indexes/indexName/query",
172+
"method": "POST",
173+
"body": {
174+
"query": "ben",
175+
"filters": "categories:politics AND store:Gibert Joseph Saint-Michel"
176+
}
177+
}
178+
},
161179
{
162180
"testName": "filters boolean",
163181
"parameters": {

0 commit comments

Comments
 (0)