We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
I wish that indexing can return task object so I can get back the taskUid and perform lookup to see if indexing succeeded or not
taskUid
Basic example
c = Company.first task = c.ms_index! task_id = task["taskUid"] # Later I can check MeiliSearch::Rails.client.task(task_id)
Currently if indexing failed for whatever reason, it could be misconfiguration, it is hard to tell.
The text was updated successfully, but these errors were encountered:
Good idea @mech 👍
Sorry, something went wrong.
9c6b5ed
Successfully merging a pull request may close this issue.
Description
I wish that indexing can return task object so I can get back the
taskUid
and perform lookup to see if indexing succeeded or notBasic example
Currently if indexing failed for whatever reason, it could be misconfiguration, it is hard to tell.
The text was updated successfully, but these errors were encountered: