MeiliSearch/meilisearch-http/src
bors[bot] b9b32d65a8
Merge #2494
2494: Introduce the new faceting and pagination settings r=ManyTheFish a=Kerollmops

This PR introduces two new settings following the newly created spec https://github.com/meilisearch/specifications/pull/157:
 - The `faceting.max_values_per_facet` one describes the maximum number of values (each with a count) associated with a value in a facet distribution query.
 - The `pagination.limited_to` one describes the maximum number of documents that a search query can ever return.

Co-authored-by: Kerollmops <clement@meilisearch.com>
2022-06-09 12:09:21 +00:00
..
analytics Fix the segment analytics tests 2022-06-06 10:44:46 +02:00
extractors Fix PR comments 2022-06-01 18:06:20 +02:00
helpers Export milli's heed from meilisearch-lib 2022-03-24 15:30:10 +01:00
routes Plug the pagination.limited_to setting 2022-06-09 10:56:42 +02:00
error.rs feat(auth): API keys 2021-12-06 09:52:41 +01:00
lib.rs Add indexUid filtering on the /tasks route 2022-05-31 11:33:20 +02:00
main.rs fmt 2022-06-07 03:50:39 +08:00
option.rs Add version flag 2022-04-12 15:22:36 -04:00
task.rs Rename TaskType::from_str parameter to 'type_' 2022-06-08 19:57:45 -04:00