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