[Zope-dev] ZCatalog and ZSearch Interface

Chris Withers chrisw@nipltd.com
Thu, 03 Aug 2000 16:07:31 +0100


This is a multi-part message in MIME format.
--------------47C959635547F42F83748935
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit


D'Oh!

Here's the file...

Chris
--------------47C959635547F42F83748935
Content-Type: text/plain; charset=us-ascii;
 name="ZCatallog.py.patch"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ZCatallog.py.patch"

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


--------------47C959635547F42F83748935--