ElasticsearchDSL icon indicating copy to clipboard operation
ElasticsearchDSL copied to clipboard

DateRangeAggregation - "keyed" option support missing

Open pmishev opened this issue 6 years ago • 2 comments

The DateRangeAggregation can't be passed the keyed option currently. https://www.elastic.co/guide/en/elasticsearch/reference/6.3/search-aggregations-bucket-daterange-aggregation.html#_keyed_response_4

Looks like this has been reported before in #237, but never fixed.

pmishev avatar Jun 25 '19 11:06 pmishev

yep, keyed is not implemented, would be awesome if you could add a PR to 5.x branch by introducing this option. It's pretty simple to add though.

saimaz avatar Jun 27 '19 07:06 saimaz

Sorry, did it from master in a hurry. Hope it's all right

pmishev avatar Jun 27 '19 09:06 pmishev