[Zope-dev] Possible ZCatalog Bug
Chris McDonough
chrism@digicool.com
Thu, 5 Apr 2001 21:48:00 -0400
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" <goppelt@goppelt.net>
To: "Chris McDonough" <chrism@digicool.com>
Cc: <zope-dev@zope.org>
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
>