[Zope3-Users] zope.app.catalog doc question

2005-09-30 Thread Duncan McGreggor
I am curious about the documented catalog method searchResults(). Starting at line 223 of zope/app/catalog/README.txt (3.1 rc3 download, not svn co), there is the following usage of the method: result = cat.searchResults(size=5) len(result) 2 list(result) == [o4, o5]

[Zope3-Users] How do I logout from Zope 3 Management Interface?

2005-09-30 Thread Milind Khadilkar
I have installed Zope 3.1 rc 3. After logging in, I could not find any logout button. Is it OK to directly shut the browser window ( I am using Firefox)? --mk ___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] querying the catalog

2005-09-30 Thread Alen Stanisic
I think I understand now, you have a page view index.html with view class HomePageView which looks up a catalog but when you go to the page: /accumac/index.html the local catalog /accumac/++etc++site/default/accumac_catalog is not being found, but a catalog in the root site is returned.