[Zope] multiple sorting using portal_catalog

Oleg Broytmann Oleg Broytmann <phd@phd.pp.ru>
Fri, 18 Jan 2002 15:37:29 +0300


On Fri, Jan 18, 2002 at 03:45:11PM +0530, Dhanu wrote:
> I need to do multiple sorting ,sorting by  Date and then by Title.Does any
> one know how to do this.

   <dtml-in catalog_results sort="date,title">

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            phd@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.