Zope 2.4 comes with a new PathIndex the allows you to search for objects based on their
physical path.
 
Andreas
----- Original Message -----
From: Brian Brinegar
To: zope@zope.org
Sent: Friday, July 06, 2001 1:55 PM
Subject: [Zope] ZCatalog Searching on Path

I would like to be able to search a ZCatalog based on the path to the cataloged object. Basically I would like to say "Show me all of the cataloged objects that fall within this folder" and have it return a list. Since the ZCatalog uses the physical path to identify objects I know the data is stored, but has anyone found a way to search on that data?
 
--Brian