MeiliSearch/milli/src/search
Tamo d1ac40ea14
fix(filter): Fix two bugs.
- Stop lowercasing the field when looking in the field id map
- When a field id does not exist it means there is currently zero
  documents containing this field thus we returns an empty RoaringBitmap
  instead of throwing an internal error
2022-01-17 13:51:46 +01:00
..
criteria store the geopoint in three dimensions 2021-12-14 12:21:24 +01:00
distinct remove update_id in UpdateBuilder 2021-11-16 13:07:04 +01:00
facet fix(filter): Fix two bugs. 2022-01-17 13:51:46 +01:00
matching_words.rs Fix matching lenghth in matching_words 2021-07-01 19:03:28 +02:00
mod.rs merge with main 2021-11-06 16:34:30 +01:00
query_tree.rs Count the number of char instead of counting bytes to assign the typo tolerance 2021-09-28 12:10:43 +02:00