Hi!
I have a repeater with around 450 projects with text only, and a dataset limited to 10 items per page, and a load more button at the end of the repeater. This page performs very slowly. When i perform a search, it returns more than 10 items per page, and if i use the .limit(10) function, when i click the load more button, it resets my search to show the whole dataset.
Has anyone got any tips/suggestions of how to return only 10 items per page for the search, and allow users to see the additional projects in a step-wise fashion to improve speed?
Thanks