[Zope-Checkins] CVS: Zope2 - TextIndex.py:1.1.2.14

andreas@serenade.digicool.com andreas@serenade.digicool.com
Fri, 18 May 2001 15:45:37 -0400


Update of /cvs-repository/Zope2/lib/python/Products/PluginIndexes/TextIndex
In directory serenade:/tmp/cvs-serv3000/lib/python/Products/PluginIndexes/TextIndex

Modified Files:
      Tag: ajung-dropin-registry
	TextIndex.py 
Log Message:
changed tabs



--- Updated File TextIndex.py in package Zope2 --
--- TextIndex.py	2001/05/18 16:00:16	1.1.2.13
+++ TextIndex.py	2001/05/18 19:45:37	1.1.2.14
@@ -148,6 +148,10 @@
     meta_type='TextIndex'
  
     manage_options = (
+        (
+        {'label': 'Settings',           # TAB: Contents
+         'action': 'manage_workspace',
+         'help': ('OFSP','ObjectManager_Contents.stx')},)+
         SimpleItem.manage_options +
         (
         {'label': 'Vocabulary',           # TAB: Contents
@@ -529,6 +533,8 @@
             keys = [keys]
             
         r = None
+
+        print keys,query_operator
         
         for key in keys:
             key = string.strip(key)
@@ -536,6 +542,7 @@
                 continue
 
             b = self.query(key, query_operator).bucket()
+            print b
             w, r = weightedIntersection(r, b)
 
         if r is not None: