Re: [Zope] index_object() and bobobase_modification_time with different ZCatalogs

2005-12-01 Thread Paul Winkler
On Thu, Dec 01, 2005 at 04:44:41PM +, [EMAIL PROTECTED] wrote: > Hello, > > does anybody knows a different possibility to beware the > bobobase_modification_time of the given object from the following code? > > > def my_index_object(object, catalogs=['myPointerCatalog', 'mySearchCatalog']):

[Zope] index_object() and bobobase_modification_time with different ZCatalogs

2005-12-01 Thread jens . walte
Hello, does anybody knows a different possibility to beware the bobobase_modification_time of the given object from the following code? def my_index_object(object, catalogs=['myPointerCatalog', 'mySearchCatalog']): for cat in catalogs: object.default_catalog = cat object.in