[#34,query][s]: rename offset to from on query object.
* More natural in fact and we may as well go whole hog with ES structure.
This commit is contained in:
@@ -116,7 +116,7 @@ my.FieldList = Backbone.Collection.extend({
|
||||
my.Query = Backbone.Model.extend({
|
||||
defaults: {
|
||||
size: 100
|
||||
, offset: 0
|
||||
, from: 0
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user