When I set my ditto call to randomize the pagination breaks - the second page(s) are all empty but worked fine when I pull by ID Ascending etc. I found some other people with the same issues but never a fix..
Anyone?
Having the same problem, wish someone could come up for a solution to this.
-
☆ A M B ☆
- 24,524 Posts
I suspect that this is a logical result of trying to paginate randomly selected items. Pagination works by keeping track of where in the database the last query ended. With a random selection, there would be no way of determining which items have already been shown and where to pick up the query for the next batch of items.