You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Meilisearch instantsearch even sends a request - but this is not handled by mailisearch instantsearch. const { attributesToRender } = useDynamicWidgets({ facets: ['*'] })
It shows an empty array all the time, and there should be available e.g. ["color", "brand"] etc.
Do you plan to deploy this to the meilisearch adapter.
I see that meilisearch has everything that is necessary.
https://www.meilisearch.com/docs/learn/fine_tuning_results/faceted_search
https://www.algolia.com/doc/api-reference/widgets/dynamic-facets/react/#hook-usage
The text was updated successfully, but these errors were encountered: