Is is possible to filter a comma separated list with Checkboxes using Attributes V2?
I have a string of my product features and I would love to be able to filter with a checkbox if the string contains the fs-list-value, right now I can only get it to filter if it is an exact match.
When filtering comma-separated lists with checkboxes using Finsweet Attributes v2, the default behavior should actually work for you. By default, all filters use the âcontainâ operator, which should allow partial matching within your comma-separated text fields.
Could you please share your Webflow staging URL or a quick Loom video showing your setup? This would help us pinpoint exactly whatâs causing the issue.
@Support-Pedro I actually figured this one out! It needed the fs-list-operator=âcontainâ added to each checkbox, as the default for checkboxes is âequalâ.