Hi There is a "searchable object interface" menctioned sometimes in the Zope documentation, but I cant find the specification anywhere. Where is it? Gabriel Genellina Softlab SRL
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
Gabriel Genellina wrote:
Hi
There is a "searchable object interface" menctioned sometimes in the Zope documentation, but I cant find the specification anywhere. Where is it?
Maybe CatalogPathAwareness.CatalogAware is what you are looking for. It is in Products/ZCatalog HTH thomas
participants (3)
-
Dieter Maurer -
Gabriel Genellina -
Thomas Guettler