My ZCatalog ("Catalog") is placed on the root folder. So, there is the need to move back to retrieve and use it.
Chris' snippet for the container object obviously doesn't work. Any help / suggestion?
Thanks
Chris McDonough <chrism@zope.com> wrote
Inside a class of a Zope Product:
container = "self.aq_inner.aq_parent"
context = self
Ioannis Koukos wrote:
> I've been trying to find documentation on how to search the ZCatalog
> from within a Zope product but there is a lack of documentation on that.
> Can this be done? If this is the case, how can external python
> products 'see' the context and container objects?