Hi,
is it possible in Grok to search for objects based on the interface they
provide and their location? Something similar to plone's object_provides
and path indices:
return catalog(object_provides=ISession.__identifier__,
path='/'.join(context.getPhysicalPath()),
...)
Cheers,
jure