Pagination with page_size
set is not querying for the next page
#915
Labels
page_size
set is not querying for the next page
#915
Pagination with
page_size
set is not working as expected. Possibly pagination in general, but I haven't tested with the default page size.I have 4 site pages. When I set
page_size=2
the iterator gives me just the top 2 pages and exits. I've checked that in this casecollection.has_next
is never set to true. Without settingpage_size
I get all 4 pages as expected.Can you check what might be the cause of this issue?
Thanks
The text was updated successfully, but these errors were encountered: