Commit 57dee76c by Torkel Ödegaard

feat(elasticsearch): templating terms query should have size set to zero to…

feat(elasticsearch): templating terms query should have size set to zero to return all terms, fixes #2827
parent 9da5ef3c
......@@ -174,6 +174,7 @@ function (angular) {
"1": {
"terms": {
"field": queryDef.field,
"size": 0,
"order": {
"_term": "asc"
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment