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

Pagination Helper #2

Open
dcrosta opened this issue Dec 26, 2011 · 1 comment
Open

Pagination Helper #2

dcrosta opened this issue Dec 26, 2011 · 1 comment
Milestone

Comments

@dcrosta
Copy link
Collaborator

dcrosta commented Dec 26, 2011

If a query set is sorted, we can paginate efficiently using .min(...).skip(1).limit(page_size). Not sure how to make this work generically yet.

@italomaia
Copy link

@dcrosta dcrosta removed the TODO label May 22, 2017
@dcrosta dcrosta modified the milestone: 0.2 May 22, 2017
@dcrosta dcrosta added this to the 2.1 milestone May 28, 2018
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 a pull request may close this issue.

2 participants