I currently have a working backbone.js requestPager collection, but would like to use the filter option. I am currently struggling with how to make it work. It works when I just use something link "'filter': 'sam'" in the server_api function, but I can't seem to get this work dynamically.
I think where I'm running into issues is with how to setup the view to update the collection. With clientPager there is a this.collection.setFilter() function, but there doesn't seem to be an equivalent for requestPager.
Can anyone point me to simple example of result filtering with the requestPager?
It depends on your app design. At a simple case, you could write something like this: