-
Notifications
You must be signed in to change notification settings - Fork 483
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
Elastic search support #403
Comments
A PR is on my TODO list, in the meanwhile I do something like this, in def es_delete_all
Elasticsearch::Persistence.client.indices.delete index: '_all'
end and then call it in an Let me know if it works for you. |
+1 |
1 similar comment
👍 |
Just beware that the @dapicester solution will remove all the indices for all environments. |
@fidalgo I've not been using this for a long time and I cannot verify what you wrote. |
@dapicester also using https://github.com/ankane/searchkick the indices have a suffix of the environment, like |
Would be lovely to have this supporting Elastic Search as well.
The text was updated successfully, but these errors were encountered: