elasticsearch-dsl-rs
elasticsearch-dsl-rs copied to clipboard
Add include and exclude to terms aggregation
Add include and exclude parameters to terms aggregation: https://www.elastic.co/guide/en/elasticsearch/reference/current/search-aggregations-bucket-terms-aggregation.html#_filtering_values_4
There is no rush whatsoever!
@dean-shaff cool, so make sure to rebase on latest first and then submit the change if possible. There were some breaking changes in Rust 1.73.0 that required updating the code. Otherwise, CI tests would fail.
@dean-shaff sorry, I've been away and could only come back to this now. Could you split this PR into two? One for collapse, the other one for includes/excludes in terms aggregation?
sorry for the delay; I'll create PRs for each thing.
Closing, implemented in two separate PRs.