-
Notifications
You must be signed in to change notification settings - Fork 27
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 typo-tolerance APIs #411
Conversation
Flagging the same kind of error here as other PR - I think CI itself might need an update as passing locally with up to date version. I'll take a look into scripts and verify. |
5db5857
to
d46796a
Compare
As with the other PR, this was entirely my mistake. I've patched the tests, and ran all locally to verify behaviour. I've done an extra force commit above as CI failed to download the MeiliSearch binary after 10s - this was nothing to do with my work. The force commit has prompted CI to try again, and has seemingly made it further this time. |
I would recommend waiting for #417 to be merged, then I'll rebase this PR on top of that. With the improvements made there it'll reduce the size of this. |
@Sherlouk can you rebase please? 😇 |
d46796a
to
a5cacc9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for this PR, and the batch of tests!
bors merge
411: Add typo-tolerance APIs r=curquiza a=Sherlouk # Pull Request ## Related issue Fixes #282 ## What does this PR do? - Adds support for reading, updating, and resetting typo-tolerance preferences ## 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: James Sherlock <15193942+Sherlouk@users.noreply.github.com>
a5cacc9
to
8c6620f
Compare
Canceled. |
Huge apologies, I did an empty commit in order to fix the failed build (which wasn't due to my code!). |
No worries! |
bors merge |
Pull Request
Related issue
Fixes #282
What does this PR do?
PR checklist
Please check if your PR fulfills the following requirements:
Thank you so much for contributing to Meilisearch!