[Zope] Python product with Catalog

Loren Stafford lstaffor@dynalogic.com
Thu, 17 Feb 2000 08:27:11 -0800


> Where I tell which catalog the newly add object to

In <Zope>/lib/python/Products/ZCatalog/CatalogAwareness.py you will see
   default_catalog='Catalog'
You have to override this in your class definition; for example:
   default_catalog='Termalog'

-- Loren