Procházet zdrojové kódy

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

Torkel Ödegaard před 9 roky
rodič
revize
36929c2a92

+ 1 - 0
public/app/plugins/datasource/elasticsearch/datasource.js

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