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

Add support for cursor-based pagination #7

Closed
edobrb opened this issue Jan 5, 2022 · 3 comments
Closed

Add support for cursor-based pagination #7

edobrb opened this issue Jan 5, 2022 · 3 comments
Labels
📅 approved New feature approved and scheduled ✨ feature request New feature or request
Milestone

Comments

@edobrb
Copy link
Collaborator

edobrb commented Jan 5, 2022

No description provided.

@edobrb edobrb added the 💫 improvements Improvements or addition to existing functionalities label Jan 5, 2022
@edobrb edobrb changed the title Add support for cursor-based pagination. Add support for cursor-based pagination Jan 5, 2022
@minox86 minox86 added this to the Spring 2022 milestone Jan 16, 2022
@minox86 minox86 added ✨ feature request New feature or request 📅 approved New feature approved and scheduled and removed 💫 improvements Improvements or addition to existing functionalities labels Jan 17, 2022
@edobrb
Copy link
Collaborator Author

edobrb commented Feb 21, 2022

Cursor based pagination is not supported by knex and that's a problem for us.

@minox86
Copy link
Collaborator

minox86 commented Feb 21, 2022

We can evaluate a more applicative approach, based on:

  • sorting by an @id or another unique field
  • filtering by field > cursor id
    This is the approach used by other libraries.

@minox86
Copy link
Collaborator

minox86 commented Dec 9, 2022

After some analysis we thought that this functionality is already provided by standard filtering and limiting.

@minox86 minox86 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📅 approved New feature approved and scheduled ✨ feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants