# CMS Filters not showing multi-value matches (comma-separated text field)

**URL:** https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274
**Category:** Attributes
**Tags:** cmsfilter, attributes-v2
**Created:** [October 24, 2025, 2:24pm UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274 "2025-10-24T14:24:20Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![hi16](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/hi16/32/5147_2.png) [@hi16](https://forum.finsweet.com/u/hi16)
#### Post date: [October 24, 2025, 2:24pm UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274/1 "2025-10-24T14:24:20Z")

</div>

@Support-Luis@Support-Pedro please your help! 🙏 I’ve given this issue hours and nothing seems to work ☹

I’m using CMS Filters for a text field that has comma separated values, for example “cloud, self-managed-enterprise”.

**What is working**  
When I filter by “cloud” then items that match “cloud” appear and visa versa for “self-managed-enterprise”.

**What is not working**  
The issue is that when I select “cloud” **and** “self-managed-enterprise” then items that have “cloud, self-managed-enterprise” are not appearing.

Link to site: [Catalog of Data Integration Connectors | Airbyte](https://airbyte-dev-34f68d420eb391fc5b0841c09a5.webflow.io/connectors)  
Video of issue and my setup: [Issue with items not responding to default "or" logic | Loom](https://www.loom.com/share/6f713ea0604c47748ab557399bb78777?sid=4fa28404-bb08-4a53-8859-bcf5431a12a0)

Thanks a ton!

---

<div class="post-metadata">

### Author: ![Support-Pedro](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-pedro/32/6470_2.png) [@Support-Pedro](https://forum.finsweet.com/u/Support-Pedro)
#### Post date: [October 26, 2025, 3:16am UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274/2 "2025-10-26T03:16:49Z")

</div>

Hey @hi16!

I took a look at your video, and I noticed that in your elements with `fs-list-field="availability"`, you also have `fs-list-element="list"`.

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/finsweet1/original/2X/0/0bc364b9290f88b796435ca38f75b8f572dcda8e.jpeg)

This is causing the issue. I made a local override and removed the `fs-list-element="list"` from the items, and the filtering is working great for me.

 ![image](https://europe1.discourse-cdn.com/flex013/uploads/finsweet1/original/2X/1/18a68dfb4d71dbb369a41a7b883c4bf113a3f930.png)

Please make these changes and let me know how it goes!

---

<div class="post-metadata">

### Author: ![hi16](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/hi16/32/5147_2.png) [@hi16](https://forum.finsweet.com/u/hi16)
#### Post date: [October 26, 2025, 12:31pm UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274/3 "2025-10-26T12:31:31Z")

</div>

Hi @Support-Pedro thanks for your help but the issue persists.

As you see in your screenshot when you selected both “Self-managed enterprise” and “Cloud” only 160 of 702 items are shown when in fact all 702 should appear since you are selecting both options.

All 702 items have either “self-managed-enterprise” or “cloud” or “cloud, self-managed-enterprise”, thus selecting both options should render the whole list.

---

<div class="post-metadata">

### Author: ![Support-Pedro](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/support-pedro/32/6470_2.png) [@Support-Pedro](https://forum.finsweet.com/u/Support-Pedro)
#### Post date: [October 27, 2025, 5:08am UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274/5 "2025-10-27T05:08:38Z")

</div>

Hey @hi16!

Could you try adding `fs-list-operator="contain"` to your checkboxes with `fs-list-field="availability"`?

If the issue persists or the result is not what you expected, could you please share a Webflow sandbox read-only link so I can review your setup?

---

<div class="post-metadata">

### Author: ![hi16](https://dub1.discourse-cdn.com/flex013/user_avatar/forum.finsweet.com/hi16/32/5147_2.png) [@hi16](https://forum.finsweet.com/u/hi16)
#### Post date: [October 27, 2025, 7:05am UTC](https://forum.finsweet.com/t/cms-filters-not-showing-multi-value-matches-comma-separated-text-field/6274/6 "2025-10-27T07:05:26Z")

</div>

@Support-Pedro thanks. That did it.
