[Zope] Can't make an AdvancedQuery with NOT

Dieter Maurer dieter at handshake.de
Wed Feb 9 17:21:19 EST 2005


Willis Morse wrote at 2005-2-9 09:56 -0500:
>I just installed AdvancedQuery 0.6 in my Plone site, as it seems to be 
>the only way to do boolean search expressions.
>
>Here's the query I'm trying to make:
>
>	query = Eq('Title','kitchen') & - Eq('Subject','deck')

The "not" operator uses the symbol "~" (tilde) and not "-" (minus).

-- 
Dieter


More information about the Zope mailing list