-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Would be nice to support ignoreCase in queryOptions.
var req = this.model.fetch({
query: {label : ''+this.query+''},
onBegin: this._onBegin,
onItem: this._onItem,
onComplete: this._onComplete,
onError: this._onError,
start: this._page * this.rowSize,
// fetch one extra to check if there's a next
count: this.rowSize + 1,
/queryOptions: {
deep: false,
ignoreCase: true
},/
sort : {
attribute : 'label',
descending : true
},
scope: this
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels