mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-01-22 02:53:08 +08:00
71e1cb472f
1457: Hotfix highlight on emojis panic r=Kerollmops a=ManyTheFish 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 Co-authored-by: many <maxime@meilisearch.com>