How to filter results when using keyset pagination?
After a lot of trial and error, I managed to get the next page for the keyset pagination in my project by using something like
This works perfectly fine, however I also have filters the user could apply to the items list. I got one solution working, however I'm not sure if it's the "proper" way to do it. I'm wondering if there would be a more cleaner solution to do it?
My current solution is based on the small Filters guide in the Ash Documentation:
This works perfectly fine, however I also have filters the user could apply to the items list. I got one solution working, however I'm not sure if it's the "proper" way to do it. I'm wondering if there would be a more cleaner solution to do it?
My current solution is based on the small Filters guide in the Ash Documentation:
