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
Registers the `_search/exists` api to receive HEAD requests. If it gets one
then it won't output the JSON response but will still do everything else.
Adds magic to the rest tests to ignore `catch: missing` for HEAD requests.
This behavior is checked instead with `- is_false: anystring`. This setup
makes the rest tests for `search/_exists` work for HEAD requests.
Also forces the request body over the source URL parameter for all HEAD
requests.
Closeselastic#11204
0 commit comments