-
Notifications
You must be signed in to change notification settings - Fork 19
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
How to display facets with count #29
Comments
Hi @mario202k, |
Thank you. I have forgotten to add facets in SearchState. :-) |
Hi @aallam. Why when I set my facets like this : facets: ["availableSizes","availableColors"], it always display the last facets? if I remove "availableColors" it will display "availableSizes" not both? |
Hey @mario202k, how are you displaying your facets lists? are you using |
I don't know what is facets lists. For me it's "Attributes for faceting" in the console. I found a way: |
Hi @mario202k,
Yes, you are right.
What do you mean by "last facets" here? If you want to build the UI presenting the list of selectable facets, we recommend to use the |
@aallam pls i only need to display two facet from my atribute and have added it using filterstate but am getting empty screen |
Hi @gbolahan507, could you please share how do you display your facets ? also I would recommend enabling logging to see the actual http calls and responses for better debugging. |
I'm trying to get the list of facet that I've configured as describe here. I use the new official Algolia package along with the unofficial for settings. I thought that use the official package would change the response. Despite in the console browser every thing is display as attended, the searchResponse.facets is always empty. Check the code below.
The text was updated successfully, but these errors were encountered: