MeiliSearch/meilisearch/tests/search
meili-bors[bot] ff523a2357
Merge #4939
4939: Introduce the `STARTS WITH` filter operator r=irevoire a=Kerollmops

This PR fixes #4872 by introducing the `STARTS WITH` filter operator and gating it under the _contains filter_ experimental feature along with the `CONTAINS` one. I also updated [the experimental feature discussion page](https://github.com/orgs/meilisearch/discussions/763).

Co-authored-by: Clément Renault <clement@meilisearch.com>
2024-09-18 10:19:48 +00:00
..
snapshots Fix existing tests 2024-07-31 17:57:32 +02:00
distinct.rs fix bug around nested fields 2024-06-17 15:59:30 +02:00
errors.rs Update the error messages 2024-09-18 11:44:29 +02:00
facet_search.rs Add tests to sortFacetValuesBy count 2024-03-13 11:59:39 +01:00
formatted.rs refactor the tests suite slightly 2023-09-11 16:56:26 +02:00
geo.rs Fix the missing geo distance when one or both of the lat / lng are string 2024-06-26 14:50:15 +02:00
hybrid.rs add tests on the rest embedder 2024-07-24 14:34:17 +02:00
locales.rs Rustfmt 2024-09-17 17:02:06 +02:00
matching_strategy.rs Add tests and fix matching strategy 2024-05-30 12:02:42 +02:00
mod.rs Merge #4888 2024-08-27 14:02:08 +00:00
multi.rs Update tests 2024-09-17 17:49:12 +02:00
pagination.rs fmt 2024-07-30 14:24:57 +02:00
restrict_searchable.rs reuse an index with already indexed documents instead of reindexing from scratch 2024-07-30 14:24:57 +02:00
search_queue.rs stop trying to process searches after one minute 2024-09-02 16:27:51 +02:00