[Zope] case-independant catalog sorting
Dieter Maurer
dieter at handshake.de
Thu May 13 16:07:10 EDT 2004
Marc Lindahl wrote at 2004-5-12 12:35 -0400:
>I was trying to let Catalog do the sorting, and avoid that (or - would
>it be faster to get unsorted results from the catalog and sort the
>results using sequence.sort?)
Usually, sorting via "sequence.sort" is much slower than sorting
via an index.
On the other hand, "sequence.sort" is much more flexible...
--
Dieter
More information about the Zope
mailing list