meilisearch/milli/src
bors[bot] 6faa87302c
Merge #220
220: Make hard separators split phrase query r=Kerollmops a=ManyTheFish

hard separators will now split a phrase query as two sequential phrases (double-quoted strings):

the query `"Radioactive (Imagine Dragons)"` would be considered equivalent to `"Radioactive" "Imagine Dragons"` which as the little disadvantage of not keeping the order of the two (or more) separate phrases.

Fix #208

Co-authored-by: many <maxime@meilisearch.com>
Co-authored-by: Many <legendre.maxime.isn@gmail.com>
2021-06-09 08:22:58 +00:00
..
facet Simplify integer and float functions trait bounds 2021-04-20 10:23:31 +02:00
heed_codec Merge #202 2021-06-01 16:09:48 +00:00
search Update milli/src/search/query_tree.rs 2021-06-08 17:52:37 +02:00
update Modify a test to check that criteria additions change the fields ids map 2021-06-08 18:14:34 +02:00
criterion.rs Make sure that we register the field when setting criteria 2021-06-08 18:14:33 +02:00
external_documents_ids.rs feat(index): update fields distribution in clear & delete operations 2021-04-01 19:12:35 +03:00
fields_ids_map.rs Fix pull request reviews 2021-05-06 14:31:03 +02:00
index.rs Make sure that we generate the faceted database when required 2021-06-02 16:24:58 +02:00
lib.rs Rename the FacetCondition into FilterCondition 2021-06-02 16:24:58 +02:00
proximity.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00
tree_level.rs Implement attribute criterion 2021-04-27 14:39:52 +02:00
update_store.rs Change the project to become a workspace with milli as a default-member 2021-02-12 16:15:09 +01:00