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

This commit is contained in:
Torkel Ödegaard 2015-09-27 12:09:12 +02:00
parent 9da5ef3cbf
commit 57dee76c88

View File

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