ramv / node-elastical

Node.js client for the ElasticSearch REST API.
MIT License
105 stars 19 forks source link

Fix delete by query : could now be called with no type / multiple types #20

Closed baobaab closed 10 years ago

baobaab commented 10 years ago

As specified in the delete-by-query API (http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/docs-delete-by-query.html), I updated the 'delete' function to allow queries without type or with multiple types.

baobaab commented 10 years ago

thanks !