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. Thanks. James W. Howe mailto:jwh@allencreek.com Allen Creek Software, Inc. pgpkey: http://ic.net/~jwh/pgpkey.html Ann Arbor, MI 48103
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.
participants (2)
-
James W. Howe -
Kevin Dangoor