[Zope-CMF] Searching the portal_catalog

Gitte Wange gitte@mmmanager.org
22 Jan 2002 12:46:50 +0100


Hello,

I have a small problem with a portal_catalog query.
I have a property that contains a rate for a portal type. This rate is
stored in the catalog tool and I can search for it.
I have a list where I want to find the objects that have a rate > -1 .. 
But how do I query the catalog for rate > -1 ???

TIA,
-- 
Gitte Wange Jensen

Sys Admin, Developer and a lot more
MMmanager.org Aps, Denmark

Phone: +45 29 72 79 72
Email: gitte@mmmanager.org
Web: www.mmmanager.org
ICQ: 26680028

Quote of the day:
I'd use a list comprehension instead of a map(lambda...) if 
I thought it would get past Jim

    - Steve Alexander, Zope-Dev mailing list, In a patch for ZCatalog