[Zope-CMF] ZCatalog issue
seb bacon
seb@jamkit.com
11 Dec 2001 10:24:50 +0000
> My question is, is there a way to have just one main portal_catalog and each
> portal will use this catalogue instead of its own one, and can the
> portal_catalog be automatically updated.
CMF tools are grabbed using acquisition. Therefore, you should be able
simply to delete the portal_catalog in each sub-portal, and reindex your
content using the tabs on the root catalog. Everything should work as
you describe. (But I've not tried this and I may have forgotten
something obvious).
seb