Clear RepeatingGroup Filter

I have a search page. After the search results are returned I allow the user to apply a filter to the results in the repeating list using RepeatingGroup.EntityList:Filter. I’d like to allow the user to clear the filter they’ve applied. Is there a way to do this? I don’t want to search the whole list again, I just want to clear the applied filter.

The best is probably to have the repeating group data source set as the search without the filter, then use an action ‘display list’ to apply the filter. When you want to remove it, you can just clear the list.

Don’t worry about redoing searches, this is cached in the code, so performance wise it’s fine.