You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️ This issue is generated, which means the examples and the namings do not necessarily correspond to the language of this repository.
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Related to:
pagination
andfaceting
specifications#157, Add settings to customize the maximum number of reachable documents during the search meilisearch#2495Add a
pagination
index settings resource to manage customization of the maximum number of reachable documents during the search at the index level.pagination
object on/indexes/:index_uid/settings
endpoints.GET/PATCH/DELETE
-/indexes/:index_uid/settings/pagination
endpoints.The
pagination
object definition is made of the following properties:maxTotalHits
type (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:
pagination
/indexes/:index_uid/settings/pagination
/indexes/:index_uid/settings/pagination
/indexes/:index_uid/settings/pagination
The text was updated successfully, but these errors were encountered: