Hey people! I’m in a bit of problem with the Attributes CMS Filter by Finsweet and I can’t find anyone talking about this, so here I am.
I’m using CMS Filter to filter a Real Estate listing, so there’s a lot of filters. My home page, which is not the page with the whole listing, has a form in the top section with the goal of pre-filtering my listing page through query paramaters (get to home > type/click your filters > go to listing page with filters brought through params).
The problem is that the Search Field of the Attributes
- doesn’t seem to work with query params
- It only triggers the filter if I “type” something, so even if the value is passed to the input through query params, it doesn’t actually filter until I change the string.
This is after clicking “search” from the home page to the listing page
And this is after deleting one character (activating the search filter)
I tried using a dispatchEvent to maybe generate a “typing” event, but it didn’t work.
I’m really desperate for a solution.
Here is my site Read-Only: [LINK][1]