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.
327: Add code samples for documentation r=alallema a=juchom
# Pull Request
## Related issue
Fixes#19
## What does this PR do?
- Add missing code samples for meilisearch documentation
- Fix GetStats method to GetStatsAsync
- Fix a typo
Missing samples will be added when #294#295 will be implemented
## PR checklist
Please check if your PR fulfills the following requirements:
- [X] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [X] Have you read the contributing guidelines?
- [X] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
Co-authored-by: Julien Chomarat <j.chomarat@linoa.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
Also, if you are a maintainer, please add any clarification and instructions about this issue.
Related to:
pagination
andfaceting
specifications#157, Add limit of facet value and a setting to let the users customize it meilisearch#2368Add a
faceting
index settings resource to manage customization of the maximum value per facet.faceting
object on/indexes/:index_uid/settings
endpoints.GET/PATCH/DELETE
-/indexes/:index_uid/settings/faceting
endpoints.The
faceting
object definition is made of the following properties:maxValuesPerFacet
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:
faceting
/indexes/:index_uid/settings/faceting
/indexes/:index_uid/settings/faceting
/indexes/:index_uid/settings/faceting
The text was updated successfully, but these errors were encountered: