mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-09-09 22:26:29 +00:00
Merge #4685
4685: Fix ci tests r=dureuill a=ManyTheFish # Pull Request Make the all following CI succeed: https://github.com/meilisearch/meilisearch/actions/runs/9477183091 ## Related issue Fixes #4629 ## What does this PR do? - Change the test behavior for `swedish-recomposition` feature flag - Remove the `-v` parameter from grep Co-authored-by: ManyTheFish <many@meilisearch.com> Co-authored-by: Many the fish <many@meilisearch.com>
This commit is contained in:
@ -301,7 +301,7 @@ async fn negative_special_cases_search() {
|
||||
index.add_documents(documents, None).await;
|
||||
index.wait_task(0).await;
|
||||
|
||||
index.update_settings(json!({"synonyms": { "escape": ["glass"] }})).await;
|
||||
index.update_settings(json!({"synonyms": { "escape": ["gläss"] }})).await;
|
||||
index.wait_task(1).await;
|
||||
|
||||
// There is a synonym for escape -> glass but we don't want "escape", only the derivates: glass
|
||||
|
Reference in New Issue
Block a user