You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't get dissuaded by the nr of changed lines, there's almost nothing
happening here.
`(Date)_range` and `filters` are basically the same aggregation. I
recently improved `filters` a bit, but didn't do anything to
`(date)_range`.
This PR makes all those combinators work in the same way, so there are
two issues left - #971
(easier) and #944 (a bit
harder). Afterwards they will all fully work.
We allow
filters
only as top or as leaf bucket aggregations. We also might return undercount if we have top-levelfilters
.We should allow them everywhere.
See:
#927
The text was updated successfully, but these errors were encountered: