Dataview WHERE query of list property does not filter non-matches

This entire note works in a test vault. Does it work for you?

---
projects:
  - XYZ MLC Windows
---

```dataview
TABLE
projects
WHERE contains(projects, "MLC")
```
1 Like