I have a repeating group, it’s showing results from a search.
I want to now filter the results.
Now i know i can add a filter button, and then update the datasource of the repeating group through “display list in repeating group” but this is going to go back and do a complete new search, so i’m worried this will be slow. Plus i need to retype all the existing search results filters
So i want to be able to filter existing results, but somehow saying
Whatever the existing datasource is, just add this new filter to it, and therefore filter down existing results?
How can i do this?