(Note: tested on main, as of commit eea2d1211d24377e56fbbfdd2deb5b233b78ae26 (Fri Nov 8 14:30:17 2024 -0800))
A simple find on a table with more than 20 items, just a primary key filter or even nothing at all, returns up to 20 documents and always a null nextPageState even when there are indeed more matches.
(Note: tested on
main
, as of commiteea2d1211d24377e56fbbfdd2deb5b233b78ae26
(Fri Nov 8 14:30:17 2024 -0800))A simple
find
on a table with more than 20 items, just a primary keyfilter
or even nothing at all, returns up to 20 documents and always a null nextPageState even when there are indeed more matches.