RE: [Zope] ZCatalog & dynamic sites
Dimitris, Yes, ZCatalog cannot index methods which require call arguments. Pages generated from SQL data either use "brains" of SQL methods or squery string arguments of a DTML method, and therefore need to be passed arguments and cannot be cataloged. -----Original Message----- From: dandraka@arcas.nuclear.mech.ntua.gr [mailto:dandraka@arcas.nuclear.mech.ntua.gr] Sent: Friday, July 21, 2000 2:44 AM To: zope@zope.org Subject: [Zope] ZCatalog & dynamic sites Hi all, I have a Zope site that uses MySQL to dynamically create some pages. What I want is the ability to search throughout the site, INCLUDING the pages that are database-driven. It seems to me that ZCatalog only finds items that exist *in zope*. Is it something ZCatalog can't do or am I missing anything obvious ? -- Dimitris http://atlas.central.ntua.gr:8000/~mc94068
participants (1)
-
Chris McDonough