[Zope-CMF] CMF 1.5 beta coming -- last call before feature freeze!

Tres Seaver tseaver at zope.com
Fri Aug 6 11:17:34 EDT 2004


Florent Guillaume wrote:
> In article <231426A0-E636-11D8-B95D-00039382A54A at epy.co.at> you write:
> 
>>I have this feature for CMFCore.CatalogTool:
>>
>>     security.declarePrivate('unrestrictedSearchResults')
>>     def unrestrictedSearchResults(self, REQUEST=None, **kw):
>>         """
>>             Calls ZCatalog.searchResults without any CMF specific
>>             processing.
>>         """
>>         return ZCatalog.searchResults(self, REQUEST, **kw)
>>
>>You want it?
> 
> 
> Yes please.
> 
> It's nice to have an clean API for this instead of using the knowledge
> that ZCatalog.searchResults() will do the same thing. And in theory the
> portal_catalog could do more things than ZCatalog even in unrestricted
> mode.

OK, +0 from me then. ;)

-- 
===============================================================
Tres Seaver                                tseaver at zope.com
Zope Corporation      "Zope Dealers"       http://www.zope.com


More information about the Zope-CMF mailing list