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

Commit

Permalink
Merge pull request #21 from jasontedor/time_zone-in-query_string
Browse files Browse the repository at this point in the history
Add autocomplete for time_zone to query_string
  • Loading branch information
jasontedor committed Sep 18, 2015
2 parents 62668ba + 52eb6d3 commit 10a6f46
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 10a6f46

Please sign in to comment.