MeiliSearch/meilisearch/tests/search
bors[bot] b985b96e4e
Merge #3530
3530: Fix highlighter bug r=Kerollmops a=ManyTheFish

# Pull Request

There was a highlighting issue on CJK's character, we were highlighting too many characters and these additional characters were duplicated after the highlight tag.

## Related issue
Fixes #3517 
Fixes #3526 

## What does this PR do?
- add a test showcasing the bug
- fix the bug by activating the char_map creation of the tokenizer during the highlighting process


Co-authored-by: ManyTheFish <many@meilisearch.com>
2023-02-23 10:59:43 +00:00
..
errors.rs Merge #3461 2023-02-07 11:27:27 +00:00
formatted.rs Add test 2023-02-22 15:47:15 +01:00
mod.rs multi-search: Add multi search tests 2023-02-22 17:04:12 +01:00
multi.rs multi-search: Add multi search tests 2023-02-22 17:04:12 +01:00
pagination.rs Add a specific test on finite pagination placeolder search with distinct attributes 2022-12-15 17:28:20 +01:00