Open pmishev opened 5 years ago
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
keyed
Looks like this has been reported before in #237, but never fixed.
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.
5.x
Sorry, did it from master in a hurry. Hope it's all right
master
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_4Looks like this has been reported before in #237, but never fixed.