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
Description
I'm using ais-refinement-list to show the facets but the problem here is that the keys are objects on meilisearch server for example key called brand is the object and has 2 keys display_name and slug I want to make meilisearch-vue show the display_name but when filter use the slug
Basic example <ais-refinement-list attribute="brand.slug" /> I want to show the brand name not the slug to the user
The text was updated successfully, but these errors were encountered:
Hello @mohamedAbouda, what happens when you try attribute="brand.slug" ? Is there an error in the console? What are your filterableAttributes in Meilisearch?
What is the version of instant-meilisearch and the version of Meilisearch ?
Hello @mohamedAbouda. I am following up with you on your issue. Could you please provide some context and answers to the questions mentioned above? Your input will help us in resolving the issue. Thank you in advance 🙏
Description
I'm using
ais-refinement-list
to show the facets but the problem here is that the keys are objects on meilisearch server for example key called brand is the object and has 2 keysdisplay_name
andslug
I want to make meilisearch-vue show thedisplay_name
but when filter use the slugBasic example
<ais-refinement-list attribute="brand.slug" />
I want to show the brand name not the slug to the userThe text was updated successfully, but these errors were encountered: