The system is making the assumption that if you update indexes
individually, you know what you're doing. Passing an index name into
catalogObject was always meant to do as much or as little work as you
specified with respect to the names of the indexes; it was only by
mistake that metadata got
Hi!
Yesterday I spent some hours tracking down why catalog Metadata and
catalog Indexes are getting out of sync in my CMF Site.
I found that checkin
http://cvs.zope.org/Zope/lib/python/Products/ZCatalog/Catalog.py.diff?r1=1.98.6.10r2=1.98.6.11
including this new condition
code
if not idxs:
Yuppie wrote at 2003-10-3 10:14 +0200:
Yesterday I spent some hours tracking down why catalog Metadata and
catalog Indexes are getting out of sync in my CMF Site.
I found that checkin
http://cvs.zope.org/Zope/lib/python/Products/ZCatalog/Catalog.py.diff?r1=1.98.6.10r2=1.98.6.11