[Zope] Zope Catalog Update
   
    Dieter Maurer
     
    dieter@handshake.de
       
    Mon, 25 Feb 2002 22:49:39 +0100
    
    
  
Dirk Datzert writes:
 > if you use Products which are CatalogAware, then their should no need for a cron
 > job.
 > 
 > CatalogAware products will catalog themselves on changes.
Minor corrections:
  CatalogAware only handles creation and deletion.
  When something is changed, "reindex" must be called explicitly
  (may be "reindexObject").
  I have read that "CatalogAware" is deprecated in favour of
  "CatalogPathAware".
Dieter