Re: [Zope3-Users] Different menu items for different views for the same context

2008-08-06 Thread Robert Marianski
On Wed, Aug 06, 2008 at 11:52:18PM +0530, Baiju M wrote: > Hi all, > > I am trying to create a navigation menu where menu items should > change based on views. To do this first I created a > viewletManager like this:: > > name="page_navigation_menu" > provides=".viewlet.IPageNavigat

Re: [Zope3-Users] query all objects in catalog

2008-03-06 Thread Robert Marianski
On Thu, Mar 06, 2008 at 02:11:40PM -0500, Gary Poster wrote: > > On Mar 6, 2008, at 1:42 PM, Robert Marianski wrote: > >> Is there a way to query a zope3 catalog for all objects that have been >> indexed? I see that there is a way to ask an index for the number of >>

[Zope3-Users] query all objects in catalog

2008-03-06 Thread Robert Marianski
Is there a way to query a zope3 catalog for all objects that have been indexed? I see that there is a way to ask an index for the number of documents it currently has indexed, via documentCount() in the IStatistics interface, but I can't a good way get back all objects that have been indexed. Robe