Pagination for .findSnapshots / .findChanges #179
Closed
Comments
hi, there is no pagination yet, agreed that it could be useful. If you want to have it quickly, think about contribution |
Hi, I will add skip functionality to QueryBuilder when PR #282 is accepted and merged. Cheers. |
PR in review #285 |
bartoszwalacik
added a commit
that referenced
this issue
Jan 17, 2016
released in 1.4.3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any way to use a pagination filter when searching snapshots? The QueryBuilder provides a .limit() functionality but I am not able to find any .skip() feature. Both methods are needed to implement a proper pagination for searching snapshots.
The text was updated successfully, but these errors were encountered: