RE: [Zope] ZCatalog dynamic sites

2000-07-21 Thread Chris McDonough
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 21, 2000 2:44 AM To: [EMAIL PROTECTED] 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

[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 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 or am