You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I've noticed that allow_overflow_page_number options works only for pages greater that total_pages while querying with a negative page or page 0 still yield the first page. If allow_overflow_page_number is set to true I would expect the same behaviour both for pages greater than total_pages and lowert than 1.
What do you think? Is there any way this can be supported?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I've noticed that
allow_overflow_page_number
options works only for pages greater thattotal_pages
while querying with a negative page or page 0 still yield the first page. Ifallow_overflow_page_number
is set totrue
I would expect the same behaviour both for pages greater thantotal_pages
and lowert than1
.What do you think? Is there any way this can be supported?
Thanks!
The text was updated successfully, but these errors were encountered: