[Zope-Checkins] CVS: Zope/lib/python/Products/PluginIndexes/TopicIndex - TopicIndex.py:1.12
Andreas Jung
andreas@andreas-jung.com
Thu, 23 Jan 2003 12:47:05 -0500
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/TopicIndex
In directory cvs.zope.org:/tmp/cvs-serv19547/lib/python/Products/PluginIndexes/TopicIndex
Modified Files:
TopicIndex.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/TopicIndex/TopicIndex.py 1.11 => 1.12 ===
--- Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py:1.11 Thu Dec 5 16:35:53 2002
+++ Zope/lib/python/Products/PluginIndexes/TopicIndex/TopicIndex.py Thu Jan 23 12:46:31 2003
@@ -214,6 +214,10 @@
RESPONSE.redirect(URL1+'/manage_workspace?'
'manage_tabs_message=FilteredSet(s)%20updated')
+ def getIndexSourceNames(self):
+ """ return names of indexed attributes """
+ return ('n/a',)
+
def manage_clearFilteredSet(self, filterIds=[], URL1=None, \
REQUEST=None,RESPONSE=None):