meilisearch/meilisearch-core
many 1df0fdf3e2
fix synonyms normalization
Synonyms needs to be indexed in ascendant order,
and the new normalization step for synonyms potentially changes this order
which break the indexation process
because "Harry Potter" > "HP"  but "harry potter" < "hp"
2021-02-03 15:21:06 +01:00
..
examples [fix] Remove some clippy warnings 2020-11-23 23:24:40 +01:00
src fix synonyms normalization 2021-02-03 15:21:06 +01:00
Cargo.toml bump meilisearch 2021-02-02 14:23:33 +01:00