Some advanced options that we can add to the paginator.
Basically a way to limit the number of pages one paginator iterates, and a way to continue a search by skipping pages.
Changes
Known Issues
Skipping pages to continue is probably not a good idea, since there is no guarantee that this actually works.
But I added that as a warning into the docs too.
Notes
Merge after #432
Checklist
[x] My name is on the list of contributors (CONTRIBUTORS.md) in the pull request source branch.
[x] I have updated the documentation to reflect my changes.
[x] My code changes have been verified by automated tests and pass all relevant test scenarios.
Description
Some advanced options that we can add to the paginator. Basically a way to limit the number of pages one paginator iterates, and a way to continue a search by skipping pages.
Changes
Known Issues
Skipping pages to continue is probably not a good idea, since there is no guarantee that this actually works. But I added that as a warning into the docs too.
Notes
Merge after #432
Checklist
CONTRIBUTORS.md
) in the pull request source branch.