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 73c8c54 commit 501895bCopy full SHA for 501895b
tests/facet_search.test.ts
@@ -55,7 +55,7 @@ describe.each([
55
facetQuery: 'a',
56
facetName: 'genres',
57
}
58
- const response = await client.index('games').searchForFacetValues(params)
+ const response = await client.index(index.uid).searchForFacetValues(params)
59
60
expect(response.hits.length).toEqual(2)
61
expect(response.query).toEqual('a')
0 commit comments