My current Zope site has most of its copy taken from databases. But it also has a number of static pages. I need an all-in-one search that will go through all of the content. Most of this is easy: search through the three databases in turn and present their results. But how do I search through the contect of DTML pages and methods? ---------------------- Andy Gates, Learning and Research Technology Andy.Gates@bristol.ac.uk - ICQ#74362415
Andy Gates wrote:
Most of this is easy: search through the three databases in turn and present their results. But how do I search through the contect of DTML pages and methods?
Add a ZCatalog to the root folder of your site and use it's 'find' tab to catalog all the relevent objects. You can then search tha Catalog as well as your three databases. The following might be helpful for the Catalog: http://www.zope.org/Documentation/How-To/ZCatalogTutorial http://www.zope.org/Members/Zen/howto/AdvZCatalogSearching http://www.zope.org/Members/AlexR/KeywordIndexes HTH, Chris
participants (2)
-
Andy Gates -
Chris Withers