Skip to content

Releases: aquasecurity/esquery

v0.2.0: Features: SearchAfter、Term Aggregation Order、Aggregation Include Fil…

15 Mar 07:46
49a92fc
Compare
Choose a tag to compare
…ter Values (#14)

* Add support for multi_match queries

* Add support for highlights

* Add support for nested aggregations and filtered aggregations

* Update README

* Fix formatting

* fix

* feat: add support for search after

* fix:set search after []string to []interface

* fix:add .gitignore

* feat:Support for term aggs order

* Feat: Support include filter for termAggs

* Update aggregations_test.go

Fix conflict.

* Update go.mod

Co-authored-by: Caleb Champlin <caleb.champlin@gmail.com>
Co-authored-by: Hardy <caoxiaozhen@secnium.com>
Co-authored-by: Oran Moshai <12291998+oranmoshai@users.noreply.github.com>

v0.1.0: Features: Filter Aggregations, Nested Aggregations, Multi Match Queri…

14 Mar 07:58
fc16427
Compare
Choose a tag to compare
…es, Highlights (#12)

* Add support for multi_match queries

* Add support for highlights

* Add support for nested aggregations and filtered aggregations

* Update README

* Fix formatting