Commit 36929c2a by Torkel Ödegaard

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

parent 65057212
......@@ -238,6 +238,7 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
'long': 'number',
'date': 'date',
'string': 'string',
'text': 'text',
'nested': 'nested'
};
......
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