.order works, and limit works. But I'm not succeeding in paging through records, using .start(), like 30 returned at a time. Eg, 1-30, then 31-60, then 61-90.
If I do .order().start().limit() it's not returning things in desired order.
Does anyone have an example of paging through records, that I could look at?
.order works, and limit works. But I'm not succeeding in paging through records, using .start(), like 30 returned at a time. Eg, 1-30, then 31-60, then 61-90. If I do .order().start().limit() it's not returning things in desired order. Does anyone have an example of paging through records, that I could look at?