MeiliSearch/milli
bors[bot] b2a332599e
Merge #372
372: Fix Meilisearch 1714 r=Kerollmops a=ManyTheFish

The bug comes from the typo tolerance, to know how many typos are accepted we were counting bytes instead of characters in a word.
On Chinese Script characters, we were allowing  2 typos on 3 characters words.
We are now counting the number of char instead of counting bytes to assign the typo tolerance.

Related to [Meilisearch#1714](https://github.com/meilisearch/MeiliSearch/issues/1714)

Co-authored-by: many <maxime@meilisearch.com>
2021-09-28 11:59:45 +00:00
..
src Merge #372 2021-09-28 11:59:45 +00:00
tests Implement documents format 2021-09-21 16:58:33 +02:00
Cargo.toml Update version for the next release (v0.15.1) 2021-09-22 17:18:54 +02:00