mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-06-08 13:15:52 +00:00
When the highlight bound is in the middle of a character or if we are out of bounds, we highlight the complete matching word. note: we should enhance the tokenizer and the Highlighter to match char indices. Fix #1368