[Zope] PCNG 1.2.3 and cataloge query question

Dieter Maurer dieter at handshake.de
Tue Aug 31 15:34:52 EDT 2004


Bryan Simmons wrote at 2004-8-25 11:22 -0400:
>This isn't a bug or feature request, so I'm keeping it out of the
>collective tracker.
>I'm writing custom reports for an instance of PloneCollectorNG 1.2.3. 
>I am stuck at a
>point, however.  I want to show all issues created between two dates. 
>So far, this is the
>query I have:
>
><li tal:repeat="row python: here.pcng_catalog(created={'query' : [
>date1 , date2 ], 'range' : 'minmax' }, sort_on='getId')">

This should become "'range' : 'min:max'" (note the ":" between
"min" and "max").

-- 
Dieter


More information about the Zope mailing list