change range filter template to match Elasticsearch convention: from/to instead of start/stop

This commit is contained in:
kielni 2013-10-29 07:29:51 -07:00
parent b550b2801b
commit 56ac25611e

View File

@ -485,8 +485,8 @@ my.Query = Backbone.Model.extend({
},
range: {
type: 'range',
start: '',
stop: ''
from: '',
to: ''
},
geo_distance: {
type: 'geo_distance',