medusajs / nextjs-starter-medusa

A performant frontend ecommerce starter template with Next.js 14 and Medusa.
https://next.medusajs.com/
MIT License
1.5k stars 402 forks source link

MeiliSearch Instantsearch RefinementList is not working #289

Open mhernesniemi opened 4 months ago

mhernesniemi commented 4 months ago

Problem:

Error: MeiliSearchCommunicationError: Unknown field facetsDistribution: expected one of q, vector, hybrid, offset, limit, page, hitsPerPage, attributesToRetrieve, attributesToCrop, cropLength, attributesToHighlight, showMatchesPosition, showRankingScore, showRankingScoreDetails, filter, sort, facets, highlightPreTag, highlightPostTag, cropMarker, matchingStrategy, attributesToSearchOn

Fix:

Update to "@meilisearch/instant-meilisearch": "^0.17.0"

and change search-client.ts line 8:

export const { searchClient } = instantMeiliSearch(endpoint, apiKey)

VariableVic commented 4 months ago

Nice catch, happy to accept a PR with your fix!