[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.34.30.1

Andreas Jung andreas@andreas-jung.com
Sun, 17 Nov 2002 06:14:57 -0500


Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv20076/TextIndex

Modified Files:
      Tag: ajung-oneindex-multipleattributes-branch
	TextIndex.py 
Log Message:
added getIndexSourceNames()


=== Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py 1.34 => 1.34.30.1 ===
--- Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py:1.34	Wed Aug 14 18:19:32 2002
+++ Zope/lib/python/Products/PluginIndexes/TextIndex/TextIndex.py	Sun Nov 17 06:14:57 2002
@@ -644,6 +644,10 @@
 
         return query[0]
 
+    def getIndexSourceNames(self):
+        """ return name of indexed attributes """
+        return (self.id, )
+
 
     def numObjects(self):
         """ return number of index objects """