medusajs/nextjs-starter-medusa

Filters on the template

alexandrosk opened this issue · 1 comments

I would love if we can have filters /facets on the template as a demo, is that something we can do with metadata?

Im willing to work on it but need some guidance as it seems its a bit hard to implement on the backend as well?

I was able to make it work with Meilisearch, for anyone wondering you need to upgrade
"@meilisearch/instant-meilisearch": "0.16.0",
and then this file search-client, like this export const {searchClient, setMeiliSearchParams} = instantMeiliSearch(endpoint, apiKey)