28 Jan
2000
28 Jan
'00
10:24 p.m.
I think it's "off". I would try either "off" or "". Kevin ----- Original Message ----- From: "James W. Howe" <jwh@allencreek.com> To: <zope@zope.org> Sent: Friday, January 28, 2000 5:03 PM Subject: [Zope] Simple ZCatalog Question
If I have an object with a boolean property and I want to find all objects in my catalog which do *not* have this property, how do I formulate the catalog search parameters? I've tried:
Catalog(meta_type='something', booleanProperty='false')
and
Catalog(meta_type='something', booleanProperty=0)
and a couple of other variations. Any help would be appreciated.