Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Add autocomplete for time_zone to query_string
Browse files Browse the repository at this point in the history
This commit adds autocomplete support for time_zone in query_string.

Relates elastic/elasticsearch#8164
  • Loading branch information
jasontedor committed Sep 18, 2015
1 parent 4db56c5 commit 52eb6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/webpackShims/kb/api_2_0/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,8 @@ define(['vendor/_'], function (_) {
use_dis_max: {
__one_of: [true, false]
},
tie_breaker: 0
tie_breaker: 0,
time_zone: "+1:00"
},
simple_query_string: {
__template: {
Expand Down

0 comments on commit 52eb6d3

Please sign in to comment.