[Zope] ZCatalog and advanced searching

sean.upton@uniontrib.com sean.upton@uniontrib.com
Tue, 31 Jul 2001 09:07:10 -0700


I hope this answers your question...

(word1 AND word2) ANDNOT (word2 OR word3) 

Ops are: AND, OR, NEAR, ANDNOT

should work, assuming that you are just trying to search a single index.

There are also other tools to potentially consider like CatalogQuery, which
may give you additional means of searching:
http://www.zope.org/Members/Kaivo/CatalogQuery/

Sean

-----Original Message-----
From: Benoit Dominiak [mailto:benoit.dominiak@makinacorpus.com]
Sent: Tuesday, July 31, 2001 8:57 AM
To: zope@zope.org
Subject: [Zope] ZCatalog and advanced searching



Hi everybody,

How can I do advanced searching with a ZCatalog ?
Like : (A+B).(C+A) (but something that users can change)
and also with more importance on some variable critera.

Thanks for your help.
Bye

Benoit Dominiak
Web Developper
Makina Corpus
21 Darmouth Street
London, SW1H 9BP
Tel: +44 (0)20 7304 7044
Fax: +44 (0)20 7304 7034

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )