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'
])