mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
The following APIs now accept the query in a top level `query` field like: * delete_by_query * validate_query * count These APIs used to accept the query directly in the request body which was inconsistent with the search and explain APIs. For this reason t Closes #4074