Attributes & Finsweet CMS Filter

I’m trying to use attributes to search a string that contains the value rather then is an exact match.

From some research I think the correct is CSS is [attr*=value]

Is this possible in Weblfow?


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

If you name the attribute “fs-cmsfilter-field” and add “*” to the value (without quotes), it should do that. This attribute should be applied to the search input field.

Screen Shot 2021-12-18 at 12.29.14 PM

2 Likes

hey @joejola thanks for sharing your solution. i was wondering what to add in the fs-cmsfilter-field” when you only want exact input matches. thanks!

Did you work this out? I also want only exact matches to show. @Tim.E