MeiliSearch/meilisearch/tests/search
meili-bors[bot] 29c3aca72a
Merge #4929
4929: Add facets support to federated r=Kerollmops a=dureuill

# Pull Request

## Related issue 

- Fixes #4932 (sprint issue)
- Fixes  #4913 (user-opened issue)

## What does this PR do?

See [public usage](https://meilisearch.notion.site/v1-11-Federated-search-59b30e03383c40729d7541a3dffb0069)

> [!CAUTION]
> This PR introduces a 🚨**breaking change**🚨: `queries.facets` when `federation` is present and non-`null` is now **an error**

### Implementation standpoint:

- Facet distribution: fix issue where truncated facet distribution would have a wrong order
- facet distribution: implement Display for OrderBy


Co-authored-by: Louis Dureuil <louis@meilisearch.com>
2024-09-18 09:47:20 +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 craft an API over the Shared Server and Shared index to avoid hard to debug mistakes 2024-07-30 14:24:57 +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