meilisearch/meilisearch-http
bors[bot] b1d9ad7134
Merge #1224
1224: fix synonyms normalization r=MarinPostma a=LegendreM

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"

Co-authored-by: many <maxime@meilisearch.com>
2021-02-04 15:37:33 +00:00
..
public Update interface.html 2020-12-21 10:15:19 +01:00
src ignore primary key if it is already set 2021-02-03 11:59:29 +01: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