Skip to content

Commit

Permalink
Add format support for date range filter and queries elastic#7821
Browse files Browse the repository at this point in the history
  • Loading branch information
markharwood committed Sep 18, 2015
1 parent d937fee commit d2473fc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions public/webpackShims/kb/api_2_0/filter.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,6 +317,7 @@ define(function () {
lte: 20,
lt: 20,
time_zone: "+1:00",
"format": "dd/MM/yyyy||yyyy",
execution: { __one_of: ["index", "fielddata"]}
},
_cache: {
Expand Down
4 changes: 3 additions & 1 deletion public/webpackShims/kb/api_2_0/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,9 @@ define(['vendor/_'], function (_) {
lte: 20,
lt: 20,
time_zone: "+1:00",
boost: 1.0
boost: 1.0,
"format": "dd/MM/yyyy||yyyy"

}
},
span_first: {
Expand Down

0 comments on commit d2473fc

Please sign in to comment.