-
Notifications
You must be signed in to change notification settings - Fork 49
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 return value to ms_index! #289
Add return value to ms_index! #289
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #289 +/- ##
=======================================
Coverage 89.04% 89.04%
=======================================
Files 10 10
Lines 657 657
=======================================
Hits 585 585
Misses 72 72 ☔ View full report in Codecov by Sentry. |
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.
Hi @ellnix, thanks a lot for your contribution!
3beffc1
to
857e72f
Compare
@brunoocasali sorry for being inactive this month, this and the other PRs should be ready to merge if you agree with the changes. |
50e7c70
to
87dcae7
Compare
Hey @ellnix I asked some questions in the last review, could you check them? |
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.
LGTM!
bors merge |
Wonderful! |
Pull Request
Related issue
Fixes #271
What does this PR do?
#ms_index!
to pass along the task hash provided by the meilisearch gemPR checklist
Please check if your PR fulfills the following requirements:
I'm new to this project, so I tried to keep the solution as unopinionated as possible. Please feel free to suggest changes to the implementation.