3 Aug
2001
3 Aug
'01
8:14 p.m.
Marcus Schopen writes:
I use self.reindex_object() in a python script to update my Catalog when changing the objects content. The ZClass is catalog aware. Now I'd like to use not the default Catalog but a catalog called e.g. CatalogNews. Is there a possibility to reindex to CatalogNews or is just default Catalog possible? You can use the method "manage_editCataloger" (defined in "Products.CatalogAwareness.CatalogAware") to modify the catalog used for indexing.
Dieter