I’m trying to find the best way to achieve this goal.
- I have a CMS Collection that contains the profile of around 300 actors
- I need to create a page which will show all profiles sorted in a random order
- Results can be paginated
Right now, I am using this setup, but I’m running into limitations.
- Collection Sort Order is set to Random, Shuffle
- Number of shown items is set at 100 (the maximum)
- Using Finsweet Infinite Scroll to automatically load the next results
The issue I’m running into is that the first load will always randomize from the first 100 results, not from the total entries in the collection (300 +). I’m trying to find the best way to achieve this, but I can’t seem to figure out a solution.
Any ideas?