Elasticsearch: Fix adding correct min_doc_count to all aggregation types in backend implementation (#59713)

* Elasticsearch: Fix adding correct min_doc_count to all aggregation types in backend implementation

* Update snapshot tests

* Fix linting
This commit is contained in:
Ivana Huckova
2022-12-07 09:47:31 +01:00
committed by GitHub
parent dce7f50d59
commit 13acddd605
4 changed files with 6 additions and 8 deletions
@@ -29,6 +29,7 @@
},
"terms": {
"field": "label",
"min_doc_count": 1,
"order": {
"_key": "desc"
},