3 Aug
2000
3 Aug
'00
3:07 p.m.
D'Oh! Here's the file... Chris --- ZCatalog.py.old Thu Aug 3 15:17:05 2000 +++ ZCatalog.py Thu Aug 3 15:21:25 2000 @@ -392,7 +392,7 @@ 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'