[Zope-CMF] CMF 1.5 beta coming -- last call before feature freeze!
Florent Guillaume
fg at nuxeo.com
Fri Aug 6 11:11:52 EDT 2004
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.
Florent
--
Florent Guillaume, Nuxeo (Paris, France)
+33 1 40 33 71 59 http://nuxeo.com mailto:fg at nuxeo.com
More information about the Zope-CMF
mailing list