I'm trying to create a page that shows all defects assigned to no Defect Suites. I followed the advice from this old answer. Specifically it suggests using a query in a Custom List app: (DefectSuites.Name = "")
That doesn't work for me currently; I get back an empty list.
Has something changed with the DefectSuites property or query behavior that would impact this? How would it be done today?