-
Hi, I try to highlight an item attribute like in this doc https://www.algolia.com/doc/ui-libraries/autocomplete/core-concepts/templates/#components-and-layouts It's seem very easy but my problem is that the results is always empty (and there is no error) on that attribute. What am i missing ? I use 1.17.4 esm version from https://www.jsdelivr.com/package/npm/@algolia/autocomplete-js thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Is |
Beta Was this translation helpful? Give feedback.
Is
attributesToHighlight
defined for your relevant facets on the index configuration? In a properly configured scenario, highlighting/snippeting work as described in the documentation, similarly to what's in this example: https://codesandbox.io/p/sandbox/github/algolia/autocomplete/tree/next/examples/starter-algolia?file=/app.tsx:61,37.