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 73cb019 commit 5845cb6Copy full SHA for 5845cb6
tests/CTS/requests/search/searchForFacetValues.json
@@ -30,5 +30,22 @@
30
"maxFacetHits": 42
31
}
32
33
+ },
34
+ {
35
+ "testName": "facetName and facetQuery",
36
+ "parameters": {
37
+ "indexName": "indexName",
38
+ "facetName": "author",
39
+ "searchForFacetValuesRequest": {
40
+ "facetQuery": "stephen king"
41
+ }
42
43
+ "request": {
44
+ "path": "/1/indexes/indexName/facets/author/query",
45
+ "method": "POST",
46
+ "body": {
47
48
49
50
51
]
tests/CTS/requests/search/setSettings.json
@@ -826,7 +826,7 @@
826
"method": "PUT",
827
"body": {
828
"replicas": [
829
- "products_price_desc"
+ "virtual(products_price_desc)"
830
831
832
0 commit comments