Hi, I am a little new to Zope technology, and I looked for <searches> in it but all I found was serch in databases. I need to make a search in the site, looking for matches in it. I was wondering if there is no procedure or object that can do it. I need the same think as the Find of zope does. Can we have the code of it? Sugestions are welcome. :) Thanks. -- --Ricardo Kohler Costa ________________________________________________ Don't E-Mail, ZipMail! http://www.zipmail.com/
After Dark wrote:
Hi, I am a little new to Zope technology, and I looked for <searches> in it but all I found was serch in databases.
I need to make a search in the site, looking for matches in it. I was wondering if there is no procedure or object that can do it.
I need the same think as the Find of zope does. Can we have the code of it?
Sugestions are welcome. :) Thanks.
-- --Ricardo Kohler Costa
ZCatalog is used to search Zope objects. It is built into Zope. Check out this dated but still useful howto: http://www.zope.org/Documentation/How-To/ZCatalogTutorial This is one I wrote about changes to ZCatalog in Zope 2.3: http://www.zope.org/Members/Caseman/ZCatalog_for_2.3 -- | Casey Duncan | Kaivo, Inc. | cduncan@kaivo.com `------------------>
participants (2)
-
After Dark -
Casey Duncan