feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827

pull/2836/head
Torkel Ödegaard 10 years ago
parent 9da5ef3cbf
commit 57dee76c88
  1. 1
      public/app/plugins/datasource/elasticsearch/queryBuilder.js

@ -174,6 +174,7 @@ function (angular) {
"1": {
"terms": {
"field": queryDef.field,
"size": 0,
"order": {
"_term": "asc"
}

Loading…
Cancel
Save