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

✨ Support ordering in paginated queries #908

Closed
ff137 opened this issue Jul 25, 2024 · 0 comments · Fixed by #989
Closed

✨ Support ordering in paginated queries #908

ff137 opened this issue Jul 25, 2024 · 0 comments · Fixed by #989
Assignees
Labels
enhancement New feature or request

Comments

@ff137
Copy link
Collaborator

ff137 commented Jul 25, 2024

Continuing from #621, it is necessary for us to support custom ordering in our paginated querying of storage records, such that the end user has more control over results appearing on page 1, but also to ensure that DB shuffling does not result in records being moved across pages, resulting in duplicate records across pages, or records being missed as offset is incremented.

This requires support in Askar: openwallet-foundation/askar#290
and in ACA-Py: openwallet-foundation/acapy#3001

@ff137 ff137 added the enhancement New feature or request label Jul 25, 2024
@ff137 ff137 self-assigned this Jul 25, 2024
@ff137 ff137 changed the title ✨ Support custom ordering in paginated queries ✨ Support ordering in paginated queries Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant