Hi
I am using “:Item from#” and “:items until#” to load paginate results for a repeating group. However, the search is returning results from 1 to :items until#. So basically, it’s ignoring the :items from# constraint at all.
For example, if I run the following search:
Search for News Articles :items from#90 :items until#100
Then the search returns 100 results. Now I have my RG limited to 10 rows for pagination purpose, but if I inspect the RG in the debugger it shows 100 results have been loaded into the RG’s built-in list (not custom state or list).
Please see the attached images below:
This greatly slows down the app to the point of freezing as I move forward in to my database of 4000 items. I would like to do a sever search each time load only the required 10 items into the RG. Any solution for this?
Thank you