[Zope] Searchable object interface

Dieter Maurer dieter@handshake.de
Sun, 28 Apr 2002 00:38:35 +0200


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