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

Prototype: User dictionary settings API #1555

Closed
bidoubiwa opened this issue Aug 3, 2023 · 1 comment · Fixed by #1563
Closed

Prototype: User dictionary settings API #1555

bidoubiwa opened this issue Aug 3, 2023 · 1 comment · Fixed by #1563
Assignees
Labels
enhancement New feature or request

Comments

@bidoubiwa
Copy link
Contributor

bidoubiwa commented Aug 3, 2023

Description
A new setting named wordDictionary is being introduced as a prototype in meilisearch. We would like to create a prototype version of meilisearch-js implementing the required changes to be able to try out the new setting.

Following this specification, we need to add:

  • A GET route that fetches the setting
  • A PUT route that updates the setting
  • A Delete route that resets the setting
  • Add the new setting in the settings types
  • Add tests

Basic example

client.index('x').getWordDictionnary()
client.index('x').updateWordDictionnary(['x'])
client.index('x').resetWordDictionary()
@bidoubiwa bidoubiwa added the enhancement New feature or request label Aug 3, 2023
@curquiza
Copy link
Member

Closed by #1573

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants