If ordering entries by random along with pagination the likelyhood of displaying duplicate views of each entry across several pages is quite high (dependant on pagination limit, number of entries etc...) as opposed to impossible.
This isn’t a bug as such i.e. the pagination function works correctly, offsetting the entries query by that given amount.
What would be handy, and this is just a whim, is if the original query results were cached and the pagination offset would affect this dataset rather than running the query again on each ‘page’.
Having searched the forums i don’t see much discussion relating to these two features so understandably this is a very small request, not a matter of life or death!
- Dan
