MeiliSearch/meilisearch-http
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
..
public Update interface.html 2020-12-21 10:15:19 +01:00
src Merge #1172 2021-02-02 12:37:33 +00:00
tests fix synonyms normalization 2021-02-03 15:21:06 +01:00
build.rs Rename MeiliDB into MeiliSearch 2019-11-26 11:12:30 +01:00
Cargo.toml bump meilisearch 2021-02-02 14:23:33 +01:00