Hi Finsweet team!
I’m using CMS Filter with “Show Query” enabled to apply multiple filters like Artist, Genre, and Technique on a collection list. The filters work great, and the URL updates as expected.
However, when I click into a collection item (e.g. /work/petrov
) and then navigate back (e.g. using a back button or custom link), the filters are not applied anymore — unless I manually go back in the browser.
My goal is:
- To store the filter state (or URL) when going to the detail page
- And then return to the same filtered state when coming back
Is it possible to do that using only Finsweet CMS Filter (Show Query) without custom JS?
Thanks a lot in advance!