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

Fix the calling of a specific page when the pageSize is limited #20

Open
netbofia opened this issue Feb 18, 2019 · 0 comments
Open

Fix the calling of a specific page when the pageSize is limited #20

netbofia opened this issue Feb 18, 2019 · 0 comments
Assignees
Labels

Comments

@netbofia
Copy link
Member

netbofia commented Feb 18, 2019

This is processed in the controller. It's only getting values from query. This means that it won't work for post calls.

Fix both issues:

Example:

page id limit
0 2,21 0,3
1 21 2,3
2 21,58 4,3
3 58,90 6,3

So upper limit never changes only lower limit is incremented

The problem is that this os based on the database output. And on item might use multiple results from database.

@netbofia netbofia added the bug label Feb 18, 2019
@netbofia netbofia self-assigned this Feb 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant