-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Supporting wildcard facets like in Algolia #129
Comments
@shasha79 Typesense doesn't yet support On a side note, may I know which instantsearch widget this is for? |
I am migrating the whole Algolia template, there are many widgets there |
Dynamicwidgets with facets:[] also fails. I tried switching the search client between a compiled Algolia version using dynamicwidgets with facets:[] to a TS server, I actually got the TS instantsearch adapter requesting unlisted facets from the TS server. |
Related to #106 |
I see that instead of the |
This is now supported: #150 (comment) |
Description
I am trying to migrate InstantSearch-based site from Algolia to Typesense and facing the issue. Algolia supports getting all available facets by using a wildcard: facets:['*'] (https://www.algolia.com/doc/api-reference/api-parameters/facets/). Typense returns error in this case:
Could not find a facet field named
*
in the schema.Any idea how to work around it?
Steps to reproduce
Expected Behavior
Actual Behavior
Metadata
Typsense Version:
OS:
The text was updated successfully, but these errors were encountered: