----- Original Message ----- From: <sean.upton@uniontrib.com> To: <casey@zope.com>; <andy@agmweb.ca>; <zope-dev@zope.org> Sent: Tuesday, August 20, 2002 00:58 Subject: RE: [Zope-dev] PathIndex doesn't index last part of path
One thing that seems to be feature-broken about PathIndexes, though, is
the
lack of ability to specify a depth (not level, but depth of a match, for example, to specify items). Above and beyond support for a specific place within a hierarchy, there needs to be a simple mechanism to support query for an absolute path, and only objects directly matching that path, or directly contained within that path.
Following this thread I appears to me that there is a need for several new functionalities inside the PathIndex (maybe a new PathIndexNG). In this case I suggest to write a proposal to collect all requirements. I volunteer to help on the implementation. Andreas