15 Mar
2001
15 Mar
'01
3:29 a.m.
On Friday 16 March 2001 04:26, Chris McDonough wrote:
Hi Joel,
Because bobobase_modification_time is kept as metadata, it isn't updated until you reindex the object.
To do this, when an object is changed, immediately reindex it the catalog by calling:
<dtml-call "yourcatalog.catalog_object(object, object.getPhysicalPath())">
is this synonymous with <dtml-call "reindex_object">?
In versions of Zope 2.3.1b2 and greater, you can just do:
<dtml-call "yourcatalog.catalog_object(object)">
... and it will do the right thing.
hope to test out the new ZCatalog soon. and tell all the Pros to keep up the great work! thanks