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

[v1.4] Support user-dictionary loading #488

Closed
7 tasks
curquiza opened this issue Sep 27, 2023 · 0 comments · Fixed by #491
Closed
7 tasks

[v1.4] Support user-dictionary loading #488

curquiza opened this issue Sep 27, 2023 · 0 comments · Fixed by #491
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@curquiza
Copy link
Member

Following this central issue

  • Add a new setting: dictionary with get, update, and reset methods associated.
    Here are the JS equivalents in meilisearch-js you should create for this repository:
client.index('indexName').getDictionary(); // calls GET /indexes/:uid/settings/dictionary
client.index('indexName').updateDictionary(['|', '/', '&sep']);  // calls PUT /indexes/:uid/settings/dictionary
client.index('indexName').resetDictionary(); // calls DELETE /indexes/:uid/settings/dictionary
@curquiza curquiza added enhancement New feature or request good first issue Good for newcomers labels Sep 27, 2023
meili-bors bot added a commit that referenced this issue Oct 9, 2023
491: Support user dictionary loading r=brunoocasali a=ellnix

# Pull Request

## Related issue
Fixes #488 

## 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?


I attempted to keep to the repo's style and make as few edits as possible.



Co-authored-by: ellnix <103502144+ellnix@users.noreply.github.com>
@meili-bors meili-bors bot closed this as completed in c73ad5e Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant