change range filter template to match Elasticsearch convention: from/to instead of start/stop
This commit is contained in:
parent
b550b2801b
commit
56ac25611e
@ -485,8 +485,8 @@ my.Query = Backbone.Model.extend({
|
||||
},
|
||||
range: {
|
||||
type: 'range',
|
||||
start: '',
|
||||
stop: ''
|
||||
from: '',
|
||||
to: ''
|
||||
},
|
||||
geo_distance: {
|
||||
type: 'geo_distance',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user