Hello guys, I’m using a search component as a filter. This filter is being used in many components on my page (Table, Charts, etc.). However, my users have asked me if it’s possible to keep the previous search results.
Currently, when they apply the filter and use the detail button to see more details about a record, upon returning to the previous page, all the filters are cleared, and they need to apply them again. I know it may seem trivial, but they’re using this site all day, and having to reapply all the filters repeatedly is costing time and affecting productivity.
I tried to solve this myself, but I couldn’t.