Skip to content

Commit 5845cb6

Browse files
committed
fix: assertion
1 parent 73cb019 commit 5845cb6

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

tests/CTS/requests/search/searchForFacetValues.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,22 @@
3030
"maxFacetHits": 42
3131
}
3232
}
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+
"facetQuery": "stephen king"
48+
}
49+
}
3350
}
3451
]

tests/CTS/requests/search/setSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -826,7 +826,7 @@
826826
"method": "PUT",
827827
"body": {
828828
"replicas": [
829-
"products_price_desc"
829+
"virtual(products_price_desc)"
830830
]
831831
}
832832
}

0 commit comments

Comments
 (0)