[Zope] Sorting mod.time with dtml-in?
Dieter Maurer
dieter@handshake.de
Mon, 7 May 2001 00:17:20 +0200 (CEST)
Chris Withers writes:
> > The value of the "sort" attribute is a comma separated
> > sequence of field names.
>
> Is the same true for ZCatalog?
I do not think so.
> If not, can this be used to have the same effect on ZCatalog search results or
> would the benefits of the lazy results set in a batched search be lost?
Of course, you can use "in"'s sort attribute to sort a ZCatalog
result sequence. And surely, you need to fetch the sequence
elements to sort them.
Dieter