upgrading bases and correcting identation missing tslint

This commit is contained in:
Gabriel Nepomuceno
2016-12-09 14:57:25 +00:00
parent ba7a990f86
commit f3ebd2d849
7 changed files with 163 additions and 188 deletions

View File

@@ -89,8 +89,10 @@ function (angular, _, moment, kbn, ElasticQueryBuilder, IndexPattern, ElasticRes
"bool": {
"must": [
{ "range": range },
{ "query_string": {
"query": queryInterpolated }
{
"query_string": {
"query": queryInterpolated
}
}
]
}

View File

@@ -135,9 +135,10 @@ function (queryDef) {
"bool": {
"must": [
{"range": this.getRangeFilter()},
{"query_string": {
"analyze_wildcard": true,
"query": '$lucene_query'
{
"query_string": {
"analyze_wildcard": true,
"query": '$lucene_query'
}
}
]