[Zope] how to search entire site from a sub dir?

Chris Withers chrisw at nipltd.com
Thu Sep 25 08:05:17 EDT 2003


Jianping Zhu wrote:
>>I have a zope the dirctory structure is
>>Root ->sub1f1->sub2f1->sub3f3
>>     ->sub1f2
>>     ->development->sundev->mydev
>>
> Thanks for response.
> Can you give an example how to catalog objects in sub2f1 form mydev, do
> i have to write some python code to do that?

Yes, you need to write some code, for example, a python script:

context.your_catalog.catalog_object(some_object)

cheers,

Chris




More information about the Zope mailing list