mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827
This commit is contained in:
parent
9da5ef3cbf
commit
57dee76c88
@ -174,6 +174,7 @@ function (angular) {
|
||||
"1": {
|
||||
"terms": {
|
||||
"field": queryDef.field,
|
||||
"size": 0,
|
||||
"order": {
|
||||
"_term": "asc"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user