8 Feb
2005
8 Feb
'05
6:31 p.m.
--On Dienstag, 8. Februar 2005 13:17 Uhr -0500 Kevin Carlson <khcarlso@bellsouth.net> wrote:
Hi all,
I have a Zope db that contains several thousand documents all indexed in a single catalog. When I query this catalog in the ZMI, I get results, but when I query this catalog as an anonymous user through a dtml-method, no results are returned. The catalog in question is actually the portal_catalog from a CMF-1.3 and I am curious as to whether or not the allowedRolesAndUsers index is automatically referenced when querying the portal_catalog?
The implementation of searchResults() in the CMF CatalogTool will tell you :-) -aj