seb bacon wrote: > How and where does the CMF handle reindexing objects which have been > cut'n'pasted? _setObject(), which is found in OFS/ObjectManager.py, causes manage_afterAdd() events to be generated (well, not really events, but pretty close.) PortalContent.manage_afterAdd() finds the catalog and updates it. Shane