Skip to content
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 multi search feature #687

Closed
wants to merge 2 commits into from

Conversation

mpeychich
Copy link
Contributor

The Elasticsearch Multi Search API can be used to issue multiple search queries at a time.

In Rails 6.1 the `update_attributes!` method for
ActiveRecord::Persistence will be removed. Changing specs to use the
`update!` and `update` methods instead to remove the deprecation
warnings.
Adds the ability to issue a single request for multiple search queries
by leveraging the Elasticsearch Multi Search API.
@mpeychich
Copy link
Contributor Author

@pyromaniac Any objections to this?

@pyromaniac
Copy link
Contributor

Well, no. I just need to fix the CI

@dalthon
Copy link
Contributor

dalthon commented Feb 8, 2021

This PR was rebased by #751 and will be added once we have support for Elasticsearch 6.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants