MeiliSearch/meilisearch/tests/search
meili-bors[bot] 5f474a640d
Merge #4938
4938: Remove default embedder r=ManyTheFish a=dureuill

# Pull Request

## Related issue
Fixes #4738 

## What does this PR do?

[See public usage](https://meilisearch.notion.site/v1-11-AI-search-changes-0e37727193884a70999f254fa953ce6e#1044b06b651f80edb9d4ef6dc367bad0)

- Remove `hybrid.embedder` boolean from analytics because embedder is now mandatory and so the boolean would always be `true`
- Rework search kind so that a search without query but with vector is a vector search regardless of (non-zero) semantic ratio


Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-09-19 09:17:14 +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 Update tests 2024-09-17 16:30:43 +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 Update tests 2024-09-17 16:30:43 +02: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