[Zope-CMF] CatalogTool bug
Juan David Ibáñez Palomar
jdavid@nuxeo.com
Wed, 28 Nov 2001 11:57:28 +0100
Yesterday I filled a report bug against the ZCatalog, but
it wasn't there, the bug is in the CMF from the CVS.
In CMFCore.CatalogTool.CatalogTool.searchResults there're
these two lines:
kw[ 'effective' ] = { 'query' : now, 'usage' : 'range:max' }
kw[ 'expires' ] = { 'query' : now, 'usage' : 'range:min' }
Which are wrong, they should be:
kw[ 'effective' ] = { 'query' : now, 'range' : 'max' }
kw[ 'expires' ] = { 'query' : now, 'range' : 'min' }
By the way, is there a bug collector for the CMF?
--
J. David Ibáñez, Nuxeo.com