[Zope-CMF] indexing again
seb bacon
seb@jamkit.com
Mon, 15 Oct 2001 20:14:54 +0100
There was a discussion a while back about the correct place to reindex
objects. IIRC, the consensus was in the object itself, e.g. the edit
method of a Document. However, in the current cvs head, reindexing
seems to take place only in Workflow-wrapped methods, or in
DublinCore.editMetadata().
So, what's current thinking? Should one make objects explicitly
indexed, or should one always workflow-wrap methods which change
objects?
The wrapping approach seems too much like magic to me.
seb