Re: [Zope] Novice Question: Text search of DTML Documents and Methods?
-----Original Message----- From: Joseph Santaniello <someone@arbitrary.org> To: zope@zope.org <zope@zope.org> Date: Thursday, July 29, 1999 4:30 PM Subject: [Zope] Novice Question: Text search of DTML Documents and Methods?
Is there some documented way of searching the contents of Zope Folders and Documents? And if so, can one search within properties as well? And if not, where would be the best place to start for implementing this?
One of the big new things in Zope 2.0 is the ZCatalog. Zope 2.0 is still betaware, but you may want to take a look at it. There is a Find facility in 1.10.3, but it is nowhere near as fast and flexible as ZCatalog. If you are comfortable installing beta code, look in your Zope 2.0b1 installation in lib/python/Products/ZCatalog/ZCatalog.txt for some docs on using the ZCatalog. You can find some information for searching in 1.10.3 here: http://zdp.zope.org/FAQ/api Kevin
participants (1)
-
Kevin Dangoor