Commit Graph

2 Commits

Author SHA1 Message Date
Martijn van Groningen bb01995722 Made APIs consistently accept a query in the request body's `query` field.
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
2014-01-02 10:06:01 +01:00
Honza Kral 1e98b711ca Delete by query tests 2013-07-22 00:40:20 +02:00