Results 1 comments of Bromine0x23

It does read only the first page because _Paged::getResults_ just return items of current page but not iterate on all pages. It should use _Paged::nextPage_ to read all pages or...