[Zope-dev] ZCatalog and ZSearch Interface

Martijn Pieters mj@digicool.com
Thu, 3 Aug 2000 17:35:03 +0200


On Thu, Aug 03, 2000 at 04:07:31PM +0100, Chris Withers wrote:
> 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'
> 

I filed this last year October as:

  http://classic.zope.org:8080/Collector/765/view

-- 
Martijn Pieters
| Software Engineer            mailto:mj@digicool.com
| Digital Creations          http://www.digicool.com/
| Creators of Zope               http://www.zope.org/
| ZopeStudio: http://www.zope.org/Products/ZopeStudio
-----------------------------------------------------