fix(elasticsearch): add support for text type filter in templating query, fixes #7136, fixes #7135

This commit is contained in:
Torkel Ödegaard 2017-01-04 20:14:56 +01:00
parent 65057212e7
commit 36929c2a92

View File

@ -238,6 +238,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
'long': 'number',
'date': 'date',
'string': 'string',
'text': 'text',
'nested': 'nested'
};