-
Notifications
You must be signed in to change notification settings - Fork 95
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Related to:
- parent issue: Changes regarding Meilisearch v0.28.0 integration-guides#205
- engine issue: Settings API - Customize the hard limits for
paginationandfacetingspecifications#157, Add limit of facet value and a setting to let the users customize it meilisearch#2368
Add a faceting index settings resource to manage customization of the maximum value per facet.
- Expose
facetingobject on/indexes/:index_uid/settingsendpoints. - Add
GET/PATCH/DELETE-/indexes/:index_uid/settings/facetingendpoints.
The faceting object definition is made of the following properties:
maxValuesPerFacettype (int)
More information about what each field does could be checked in the spec.
Check the other customization methods for reference like: synonyms, searchableAttributes, filterableAttributes.
TODO:
- Add the new methods to customize
faceting- GET
/indexes/:index_uid/settings/faceting - PATCH
/indexes/:index_uid/settings/faceting - DELETE
/indexes/:index_uid/settings/faceting
- GET
- Add tests
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers