[Zope-CMF] Sorting Search Results by Path...

Dieter Maurer dieter@handshake.de
Fri, 13 Sep 2002 19:56:38 +0200


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