Save and Restore Refined Search Filters

I would like to be able to save the current state of the refined search filters applied and then restore those filter selections. Since refined search does not query the database with each selection, SC macros such as sc_where_current and sc_where_orig will not work.

Anyone solve this one? Ideas?

Hello… try sc_where_filter to retrieve the filter part of the where clause. Save it to global and onsciptinit aply it to the original where clause with sc_where_current / orig.
Good luck.