Closed kueblboe closed 9 years ago
Okay. This is great. This is what I want from #14
I'll take this. So, this will be help to do pagination right?
Yes it is. That's why I like to take this in.
hi guys...) pls tell me, is it possible to use pagination in this serch package?
I am using the options parameter to pass filter and sort parameter for the search. If combined with a limit this returns incorrect results, when the search term (query) stays the same, but the filter or sort parameters are changed, since this doesn't trigger a new search on the server. To fix this I stringify the options and add them to the query to use as history key.