Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support to the facet setting customization at the index level #412

Closed
5 tasks
brunoocasali opened this issue Jul 16, 2022 · 2 comments · Fixed by #577
Closed
5 tasks

Add support to the facet setting customization at the index level #412

brunoocasali opened this issue Jul 16, 2022 · 2 comments · Fixed by #577
Labels
good first issue Good for newcomers

Comments

@brunoocasali
Copy link
Member

⚠️ 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.

Related to:


Add a faceting index settings resource to manage customization of the maximum value per facet.

  • Expose faceting object on /indexes/:index_uid/settings endpoints.
  • Add 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:

  • 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
  • Add tests
@brunoocasali brunoocasali added the good first issue Good for newcomers label Jul 16, 2022
@MaAnCoSa
Copy link
Contributor

Hi! I am new to contributing to open-source. Can I give this a try?

@brunoocasali
Copy link
Member Author

brunoocasali commented Mar 24, 2023

Yeah, of course @MaAnCoSa, go ahead! :D. If you have any questions don't hesitate to ask!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants