-
Notifications
You must be signed in to change notification settings - Fork 38
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
[Issue]: Offset pagination - Offset skips first entity #432
Comments
Hi @chihabhajji I tried to check it through unit-test(#433), but I couldn't reproduce it. Can you give me more information? |
Hello @jiho-kr , gladly, here is my database, it has one record for the purpose of this test |
Hi, @chihabhajji Because you set the offset to 1, the data is searched from the second time. This article might be helpful for you. |
Yes i am aware of that, thats why my issue title says allow offset to be 0, because 0 is not accepted |
aha I get it, i'll check |
thank you ^^ |
Hello,
when using offset pagination it skips the first record in the database.
possible fixes are either allowing the offset to be 0 or using offset -1
The text was updated successfully, but these errors were encountered: