Skip to content

Commit

Permalink
fix: needs another definition
Browse files Browse the repository at this point in the history
  • Loading branch information
kai687 committed Jan 31, 2025
1 parent 5f8793f commit 4923525
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/CTS/requests/search/searchForFacetValues.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"facetName": "facetName",
"searchForFacetValuesRequest": {
"params": {
"query": "foo",
"facetFilters": ["bar"]
},
"facetQuery": "foo",
Expand All @@ -49,7 +48,9 @@
"path": "/1/indexes/indexName/facets/facetName/query",
"method": "POST",
"body": {
"params": "query=foo&facetFilters=['bar']",
"params": {
"facetFilters": ["bar"]
},
"facetQuery": "foo",
"maxFacetHits": 42
}
Expand Down

0 comments on commit 4923525

Please sign in to comment.