[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/common - UnIndex.py:1.15.14.1

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


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

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


=== Zope/lib/python/Products/PluginIndexes/common/UnIndex.py 1.15 => 1.15.14.1 ===
--- Zope/lib/python/Products/PluginIndexes/common/UnIndex.py:1.15	Tue Oct  1 10:09:47 2002
+++ Zope/lib/python/Products/PluginIndexes/common/UnIndex.py	Sun Nov 17 06:14:57 2002
@@ -389,6 +389,10 @@
         else:
             return 0
 
+    def getIndexSourceNames(self):
+        """ return name of indexed attributes """
+        return (self.id, )
+
 
     def uniqueValues(self, name=None, withLengths=0):
         """\