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:
@@ -29,6 +29,7 @@
|
||||
},
|
||||
"terms": {
|
||||
"field": "label",
|
||||
"min_doc_count": 1,
|
||||
"order": {
|
||||
"_key": "desc"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user