24 Jun
2008
24 Jun
'08
11:29 a.m.
Daniel Nouri schrieb:
robert rottermann writes:
Sometimes a catalog query returns brains that point to non existing objects.
how can I remove such brains from the index programmatically without using the portal_catalag/advanced/update tab?
brain.aq_parent._catalog.uncatalogObject(brain.getPath())
Daniel
brilliant, exactly what I needed thanks robert