Gabriel Genellina writes:
> There is a "searchable object interface" menctioned sometimes in the Zope
> documentation, but I cant find the specification anywhere.
> Where is it?
The interface consists of the two methods:
def _searchable_arguments(self)
def _searchable_result_columns(self)
See "Shared.DC.ZRDB.DA.DA" for an example.
Dieter