31 Aug
2004
31 Aug
'04
7:34 p.m.
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