Searching a ZCatalog on more than one index
I have an object with properties "intro" and "content". I want a form with just one search field that will look for the keywords in either property. Is this possible? I could only find examples in the Zope Book for searching each property separately. T.
Check out the Book of Zope sample chapter: http://www.nostarch.com/zope_chap.pdf An example of this is at the end. hth, Casey Tom Nixon wrote:
I have an object with properties "intro" and "content". I want a form with just one search field that will look for the keywords in either property. Is this possible? I could only find examples in the Zope Book for searching each property separately.
T.
_______________________________________________ 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 )
participants (2)
-
Casey Duncan -
Tom Nixon