How to clear all filters?

1
Is there a way to clear all drop-down filters and check box filters that are on a page with just one click?
asked
3 answers
0

Jesse,

If you are using the Grid Search filters from the app store,  there is a Reset Button widget included with that package which will reset all of the filters.  Just add it to your page and you are good to go.

If this is a custom search capability with a helper entity, you should be able to create a simple microflow that sets all of the attributes and/or associations on the search helper entity to empty and performs a search with no filters to refresh the list that is displayed.  Should be just a few actions (Change the search helper entity setting everything to empty then call the search microflow that goes with your custom search capability).  Once you create that, put it on your page and give it a whirl.

Hope that helps,

Mike

answered
0

When the search bar is open you have next to the search button the clear search. Or am I missing your question here?

Regards,

Ronald

 

answered
0

Screenshot of filters

answered