Threaded View
-
4 Dec 2012 12:47 AM #1
multiple filter with OR operator ?
multiple filter with OR operator ?
I need to know how to do a multiple filter with OR operator,
here what I tried:
but this worked like an AND operatorCode:store.filter([ {property: "first_name", anyMatch: true, value: this.getValue() }, {property: "last_name", anyMatch: true, value: this.getValue()} ]);


Reply With Quote