[Zope] ZCatalog automatic indexing

Dieter Maurer dieter@handshake.de
Tue, 7 Aug 2001 21:07:29 +0200 (CEST)


Priya Ramkumar writes:
 > WIth the ZCatalog, I find that the Catalog does not get updated
 > automatically when new files are added. Can anyone please tell me how one
 > could automate the updation of the Zcatalog? I am using Zope2.3.3 & CMF1.1.
This is normal for objects that are not "CatalogAware".

However, all CMF Content Objects try hard to inform the catalog about
changes.


Dieter