MeiliSearch/meilisearch-core
bors[bot] 81e9fd8933
Merge #1184
1184: normalize synonyms during indexation r=MarinPostma a=LegendreM

fix #1135 #964

Normalizes the synonyms before indexing them, so they are not case sensitive anymore. Then normalization also involves deunicoding is some cases, such as accents, so `été` and `ete` are considered equivalent in a search for synonyms.

Co-authored-by: many <maxime@meilisearch.com>
Co-authored-by: Many <legendre.maxime.isn@gmail.com>
2021-02-01 14:12:57 +00:00
..
examples [fix] Remove some clippy warnings 2020-11-23 23:24:40 +01:00
src Merge #1184 2021-02-01 14:12:57 +00:00
Cargo.toml update tokenizer to v0.1.3 2021-01-28 10:33:44 +01:00