Hi Scott, Yes, this howto is slightly dusty. If you're running a recent build (say 2.1.4 and higher), I guess you can disregard the bit about patching. The rest of this doc should still be applicable. Let us know if you are stuck somewhere. Cheers. Alexandre At 10:06 16/06/2000 -0700, you wrote:
Date: Thu, 15 Jun 2000 15:32:25 -0700 Subject: [Zope] Catalog Aware ZClass From: Scott Burton <scott@launchpoint.net>
Hello fellow Zopists, I want to create a catalog aware Zclass. I would like to include some specific indexable metadata when creating an instance of that object. So when I add an instance of that object it asks me for some information that gets indexed by ZCatalog to be searched later on. I have tried following the instructions given here: http://www.zope.org/Members/AlexR/CatalogAware But I noticed there is some information which may be outdated. It also suggests having to Patch CatalogAwareness.py I am not sure if this is still required? Or, where do I start? TIA!