MeiliSearch/meilisearch/tests/search
bors[bot] 4f1ccbc495
Merge #3525
3525: Fix phrase search containing stop words r=ManyTheFish a=ManyTheFish

# Summary
A search with a phrase containing only stop words was returning an HTTP error 500,
this PR filters the phrase containing only stop words dropping them before the search starts, a query with a phrase containing only stop words now behaves like a placeholder search.

fixes https://github.com/meilisearch/meilisearch/issues/3521

related v1.0.2 PR on milli: https://github.com/meilisearch/milli/pull/779



Co-authored-by: ManyTheFish <many@meilisearch.com>
2023-03-02 10:55:37 +00:00
..
errors.rs Merge #3461 2023-02-07 11:27:27 +00:00
formatted.rs Add test 2023-02-22 15:47:15 +01:00
mod.rs Merge #3525 2023-03-02 10:55:37 +00:00
multi.rs multi-search: Add multi search tests 2023-02-22 17:04:12 +01:00
pagination.rs Add a specific test on finite pagination placeolder search with distinct attributes 2022-12-15 17:28:20 +01:00