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

Remove single search parameter from multi search spec #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dickermoshe
Copy link

Change Summary

Fixed #51
Seems that this was copied from the single search by mistake

PR Checklist

@kishorenc
Copy link
Member

All of the multi search parameters can be sent as a GET param to the /multi_search API. I think that's what that block exists for.

@kishorenc
Copy link
Member

kishorenc commented Jun 13, 2024

To elaborate, GET parameters to the multi_search API will be applied to all the internal search parameters commonly. This avoids repeating common parameters in the POST body for each individual multi-search request.

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.

Incorrect Spec for MultiSearch
2 participants