meilisearch/milli/src
bors[bot] f1d848bb9a
Merge #552
552: Fix escaped quotes in filter r=Kerollmops a=irevoire

Will fix https://github.com/meilisearch/meilisearch/issues/2380

The issue was that in the evaluation of the filter, I was using the deref implementation instead of calling the `value` method of my token.

To avoid the problem happening again, I removed the deref implementation; now, you need to either call the `lexeme` or the `value` methods but can't rely on a « default » implementation to get a string out of a token.

Co-authored-by: Tamo <tamo@meilisearch.com>
2022-06-09 14:56:44 +00:00
..
documents nested fields 2022-04-07 16:58:46 +02:00
facet update milli with the new parser_filter 2021-11-04 15:02:36 +01:00
heed_codec Apply suggestions 2022-03-15 14:18:29 +01:00
search Merge #552 2022-06-09 14:56:44 +00:00
update Add the pagination_limited_to setting to the database 2022-06-08 18:14:27 +02:00
asc_desc.rs Simplify the error creation with thiserror and a smol friendly macro 2022-05-04 17:24:00 +02:00
criterion.rs Improves ranking rules error message 2022-05-20 21:25:43 +02:00
error.rs Simplify the error creation with thiserror and a smol friendly macro 2022-05-04 17:24:00 +02:00
external_documents_ids.rs Fix ExternalDocumentsIds struct when inserting previously deleted ids 2021-06-30 14:00:01 +02:00
fields_ids_map.rs format the whole project 2021-06-16 18:33:33 +02:00
index.rs Add the pagination_limited_to setting to the database 2022-06-08 18:14:27 +02:00
lib.rs Add the max_values_by_facet setting to the database 2022-06-08 17:54:56 +02:00
proximity.rs Remove limit of 1000 position per attribute 2021-10-12 10:10:50 +02:00