Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced pagination #433

Merged
merged 11 commits into from
Mar 11, 2024
Merged

Advanced pagination #433

merged 11 commits into from
Mar 11, 2024

Conversation

InnocentBug
Copy link
Collaborator

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

  • My name is on the list of contributors (CONTRIBUTORS.md) in the pull request source branch.
  • I have updated the documentation to reflect my changes.
  • My code changes have been verified by automated tests and pass all relevant test scenarios.

@InnocentBug InnocentBug requested a review from duboyal February 28, 2024 21:51
@InnocentBug InnocentBug self-assigned this Feb 28, 2024
Copy link

trunk-io bot commented Feb 28, 2024

🚫 This pull request was closed and has been removed from the merge queue (details).

@Ardi028 Ardi028 self-requested a review March 11, 2024 15:54
Ardi028
Ardi028 previously approved these changes Mar 11, 2024
@InnocentBug
Copy link
Collaborator Author

/trunk merge

@InnocentBug InnocentBug merged commit 08f6385 into develop Mar 11, 2024
13 checks passed
@InnocentBug InnocentBug deleted the advanced-pagination branch March 11, 2024 19:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants