Re: [Zope] ZCatalog & dynamic sites

2000-07-21 Thread Dieter Maurer
> 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=20 > finds items that exist *in zope*. > > Is it something ZCatalog can't do o

[Zope] RE: [ Zope] ZCatalog & dynamic sites

2000-07-21 Thread Corey Zimmet
Write a brains class that you would call to catalog and uncatalog insert/update/delete ZSQLmethods: For example: class MyObject: """ Some arbitrary object - MyObjectID - the id of your object MyCatalog - the catalog you want to use to index the sql

RE: [Zope] ZCatalog & dynamic sites

2000-07-21 Thread Chris McDonough
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: [EMAIL PR