Does this work?
<dtml-in "catalog({}, sort_on='date', sort_order='descending')">
<dtml-var id>
</dtml-in>
(it does for me)
If not, does this?
<dtml-in "catalog({}, sort_on='bobobase_modification_time',
sort_order='descending')">
<dtml-var id>
</dtml-in>
If so, what kind of index is 'date'?
----- Original Message -----
From: "Edmund Goppelt" <[EMAIL PROTECTED]>
To: "Chris McDonough" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Thursday, April 05, 2001 9:05 PM
Subject: Re: [Zope-dev] Possible ZCatalog Bug
> On Thu, Apr 05, 2001 at 05:31:23PM -0400, Chris McDonough wrote:
> > What does "cleanrequest" return?
>
> It removes null strings from the REQUEST variable. But I substituted
> the empty mapping {} and got the same anomolous behavior.
>
> --
>
> Ed Goppelt
>
_______________________________________________
Zope-Dev maillist - [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
** No cross posts or HTML encoding! **
(Related lists -
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )