[Zope] ZCatalog and custom Product

2005-04-20 Thread Milos Prudek
Hi, I need to convert a ZClass cataloged in multiple ZCatalogs into a Product. I know how to create a Product. But I have trouble understanding how to create a proper ZCatalog and manage it in a Product. When I change my ZClass instance, it reindexes itself in multiple ZCatalogs. I have the

Re: [Zope] ZCatalog and custom Product

2005-04-20 Thread Milos Prudek
Milos Prudek wrote: Hi, I need to convert a ZClass cataloged in multiple ZCatalogs into a Product. I know how to create a Product. But I have trouble understanding how to create a proper ZCatalog and manage it in a Product. To answer myself, simply follow Garito's advice of 10.6.2004 in

Re: [Zope] ZCatalog and custom Product

2005-04-20 Thread Chris Withers
Milos Prudek wrote: The above code catalogs the instance into Catalog_A. Okay, but self.manage_editCataloger(Catalog_A) self.index_object() self.manage_editCataloger(Catalog_B) self.index_object() self.manage_editCataloger(Catalog_C) self.index_object() ... the above