[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/PathIndex - PathIndex.py:1.31

Andreas Jung andreas@andreas-jung.com
Thu, 23 Jan 2003 12:47:00 -0500


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

Modified Files:
	PathIndex.py 
Log Message:
Merging ajung-oneindex-multipleattributes-branch

This implements: http://lists.zope.org/pipermail/zope-coders/20002-November/002680.html



=== Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py 1.30 => 1.31 ===
--- Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py:1.30	Thu Dec  5 16:35:53 2002
+++ Zope/lib/python/Products/PluginIndexes/PathIndex/PathIndex.py	Thu Jan 23 12:46:27 2003
@@ -341,6 +341,11 @@
         return self._index.keys()
 
 
+    def getIndexSourceNames(self):
+        """ return names of indexed attributes """
+        return ('getPhysicalPath', )
+
+
     def getEntryForObject(self,documentId,default=_marker):
         """ Takes a document ID and returns all the information we have
         on that specific object. """