Collection.and()
Syntax
Parameters
Return Value
This Collection instance (this)
Remarks
This method is identical to Collection.filter()
Sample
The sample uses the age
index for filter (and sorting implicitly), and adds a javascript filter that only accepts friends who's name contains the word "foo" (case insensitive). It also uses paging with offset/limit on this result that is sorted by the index used (age
).