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

[database.paging] Pagination index is wrong from second page on #234

Open
mononobi opened this issue Aug 16, 2023 · 0 comments
Open

[database.paging] Pagination index is wrong from second page on #234

mononobi opened this issue Aug 16, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@mononobi
Copy link
Owner

When a route is set to be indexed, the indices on the second page start from an incorrect value.
for example if page size is 4:
you have 1, 2, 3, 4 on the first page.
but you would have 6, 7, 8, 9 on the second page as opposed to having 5, 6, 7, 8.
and from the third page on the indices are all wrong based on the indices of the second page.

@mononobi mononobi added the bug Something isn't working label Aug 16, 2023
@mononobi mononobi self-assigned this Aug 16, 2023
@mononobi mononobi changed the title [api.pagination] Pagination index is wrong from second page on [database.paging] Pagination index is wrong from second page on Aug 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant