[Zope-CMF] Sorting Search Results by Path...
Jeff Ross
thejeffross@hotmail.com
Fri, 13 Sep 2002 13:49:31 -0700
But I created it as a FieldIndex.
Jeff
----- Original Message -----
From: "Dieter Maurer" <dieter@handshake.de>
To: "Jeff Ross" <thejeffross@hotmail.com>
Cc: "Tres Seaver" <tseaver@zope.com>; "zope-cmf" <zope-cmf@zope.org>
Sent: Friday, September 13, 2002 10:56 AM
Subject: Re: [Zope-CMF] Sorting Search Results by Path...
> Jeff Ross writes:
> > Here's the bit of code it's failing on in UnIndex.py:
> >
> > def keyForDocument(self, id):
> > return self._unindex[id]
> Looks like a PathIndex is not (yet) fit to be used as "sort_on".
>
> Maybe, you file a collector report.
>
>
> Dieter
>