[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TextIndex - TextIndex.py:1.35
Andreas Jung
andreas@andreas-jung.com
Thu, 23 Jan 2003 12:47:03 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TextIndex
In directory cvs.zope.org:/tmp/cvs-serv19547/lib/python/Products/PluginIndexes/TextIndex
Modified Files:
TextIndex.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/TextIndex/TextIndex.py 1.34 => 1.35 ===
--- 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 Thu Jan 23 12:46:28 2003
@@ -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 """