Commit e5fee89d authored by 's avatar

merged fix for 1857

parent 142e20ac
......@@ -466,7 +466,7 @@ class ZCatalog(Folder, Persistent, Implicit):
def _searchable_result_columns(self):
r = []
for name in self._catalog.schema.keys():
for name in self._catalog.indexes.keys():
i = {}
i['name'] = name
i['type'] = 's'
......
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