Skip to content

Commit 104eb6b

Browse files
committed
withFilters
1 parent d7eac22 commit 104eb6b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tests/CTS/requests/search/searchSingleIndex.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,5 +126,22 @@
126126
]
127127
}
128128
}
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+
"filters": "country:US AND price.gross < 2.0"
144+
}
145+
}
129146
}
130147
]

0 commit comments

Comments
 (0)