You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the commit "Removing type related code b71d5a9" the type related code was removed, but it is still an option in the rake task, which will fail because the now unknown option "type" is passed down to find_in_batches (instead to be removed in the index function). I will post a pull request to fix that issue.
The text was updated successfully, but these errors were encountered:
beatjoerg
added a commit
to beatjoerg/elasticsearch-rails
that referenced
this issue
Jun 18, 2024
Thank you for the commit and merge. We truly appreciate your ongoing contributions.
@picandocodigo
We have always benefited from this library, but unfortunately, we have encountered this import task issue in our environment as well. I believe this commit will help many people, so we sincerely hope that a release including this change can be made as soon as possible.
Thank you in advance for your consideration.
With the commit "Removing type related code b71d5a9" the type related code was removed, but it is still an option in the rake task, which will fail because the now unknown option "type" is passed down to find_in_batches (instead to be removed in the index function). I will post a pull request to fix that issue.
The text was updated successfully, but these errors were encountered: