Skip to content

Commit

Permalink
Fixed bug #1921
Browse files Browse the repository at this point in the history
  • Loading branch information
petrilli committed Jan 31, 2001
1 parent 3f29f55 commit 676084c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZCatalog.py
Expand Up @@ -489,7 +489,7 @@ def _searchable_arguments(self):

def _searchable_result_columns(self):
r = []
for name in self._catalog.indexes.keys():
for name in self._catalog.schema.keys():
i = {}
i['name'] = name
i['type'] = 's'
Expand Down

0 comments on commit 676084c

Please sign in to comment.