MeiliSearch/meilisearch-core/src/update
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
..
clear_all.rs fix clear document bug 2020-11-19 14:04:07 +01:00
customs_update.rs refactor errors / isolate core/http errors 2020-05-28 16:23:46 +02:00
documents_addition.rs Update meilisearch-core/src/update/documents_addition.rs 2021-01-15 00:55:31 +01:00
documents_deletion.rs implement placeholder search 2020-07-03 17:17:28 +02:00
helpers.rs replace hashset with fst::Set 2021-01-05 15:21:05 +01:00
mod.rs fix race condition in document addition 2021-01-13 13:17:52 +01:00
settings_update.rs fix synonyms normalization 2021-02-03 15:21:06 +01:00