ZCatalog'ing nested ZClasses?
I have a nested ZClass (Foo2) in a folderish container class (Foo1), ie., Foo1Product Foo1Class Foo2Class My problem is that Foo2Class's meta-type does not appear in a ZCatalog instance's "Find items to ZCatalog" selection box. This is true even if the ZCatalog is created inside a Foo1Class instance. However, if I select "All types" in "Items to catalog", Foo2Class instances *are* found and catalogued. How can I get this nested ZClass to show up in the selection box? Cheers, Darran.
----- Original Message ----- From: "Darran Edmundson" <dee124@rsphy1.anu.edu.au> To: <zope@zope.org> Sent: Sunday, January 23, 2000 8:10 PM Subject: [Zope] ZCatalog'ing nested ZClasses?
How can I get this nested ZClass to show up in the selection box?
You can't, AFAIK. But, I have (in the past) had success by putting something like "metatype=='KMArticle'" in the expr field on the Find Items To Catalog form. Kevin
participants (2)
-
Darran Edmundson -
Kevin Dangoor