Commit 9288fea7 authored by Christopher Petrilli's avatar Christopher Petrilli

Fixed bug #1921

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