Commit d79e90d6 authored by Yoshinori Okuji's avatar Yoshinori Okuji

getCatalogSearchResultKeys was missing.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5151 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9ec1d6cf
......@@ -675,6 +675,11 @@ class Catalog(Folder, Persistent, Acquisition.Implicit, ExtensionClass.Base):
return self.sql_search_tables
def getCatalogSearchResultKeys(self):
"""Return search result keys.
"""
return self.sql_search_result_keys
def _getCatalogSchema(self, table=None):
catalog_schema_dict = getattr(aq_base(self), '_v_catalog_schema_dict', {})
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment