15 Oct
2003
15 Oct
'03
12:46 p.m.
Jim Kutter wrote:
What I discovered was that calling catalog_object doesn't re-catalog the SQL results like I thought it would. I had to uncatalog_object first, then catalog_object to have the changes from the database kick in. I presumed that multiple calls to catalog_object would overwrite the ZCatalog's entry with new data.
They do, you must be doing something pretty weird for this not to work. What does your code which calls catalog_object look like? Chris