Skip to content

Commit

Permalink
merged fix for 1857
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Jan 18, 2001
1 parent bbe8e2d commit 30e2aa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -466,7 +466,7 @@ def _searchable_arguments(self):

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'
Expand Down

0 comments on commit 30e2aa2

Please sign in to comment.