mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-23 18:45:06 +08:00
81e9fd8933
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> |
||
---|---|---|
.. | ||
assets | ||
common.rs | ||
dashboard.rs | ||
documents_add.rs | ||
documents_delete.rs | ||
documents_get.rs | ||
dump.rs | ||
errors.rs | ||
health.rs | ||
index_update.rs | ||
index.rs | ||
lazy_index_creation.rs | ||
placeholder_search.rs | ||
search_settings.rs | ||
search.rs | ||
settings_ranking_rules.rs | ||
settings_stop_words.rs | ||
settings.rs | ||
url_normalizer.rs |