meilisearch/meilisearch-js

TypeError: index.updateAttributesForFaceting is not a function

eldoy opened this issue · 1 comments

eldoy commented

When doing this code like found in the README I'm getting this error:

TypeError: index.updateAttributesForFaceting is not a function

await index.updateAttributesForFaceting([
    'id',
    'name'
])

Hello @eldoy
Thanks for the report, indeed it should have been updateFilterableAttributes instead

I created #1584