MeiliSearch/milli/src
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
..
documents Fixes for clippy bringing us down to 18 remaining issues. 2022-10-25 20:49:02 +02:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Update test 2023-02-01 15:34:01 +01:00
search Merge #3525 2023-03-02 10:55:37 +00:00
snapshots/index.rs throw an error on unknown fields specified in the _geo field 2023-01-24 12:23:24 +01:00
update Skip computing index budget in tests 2023-02-23 11:23:39 +01:00
asc_desc.rs fmt 2023-02-14 17:04:22 +01:00
criterion.rs update the syntax of the geoboundingbox filter to uses brackets instead of parens around lat and lng 2023-02-06 16:50:27 +01:00
error.rs Return an internal error in the case of matching word is invalid 2023-03-01 19:05:16 +01:00
external_documents_ids.rs Fix hard-deletion of an external id that was soft-deleted 2022-12-20 15:33:31 +01:00
fields_ids_map.rs Fixes for clippy bringing us down to 18 remaining issues. 2022-10-25 20:49:02 +02:00
index.rs Merge branch 'main' into enhance-language-detection 2023-02-20 18:14:34 +01:00
lib.rs Choose implementation strategy of criterion at runtime 2022-12-21 09:29:39 +01:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00
snapshot_tests.rs provide a new method on the transform to remove documents 2023-02-08 16:06:09 +01:00