[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex
- KeywordIndex.py:1.15.2.1
Andreas Jung
andreas at andreas-jung.com
Thu Jan 8 02:45:18 EST 2004
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex
In directory cvs.zope.org:/tmp/cvs-serv25475
Modified Files:
Tag: Zope-2_7-branch
KeywordIndex.py
Log Message:
added 'range' to query_options
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py 1.15 => 1.15.2.1 ===
--- Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py:1.15 Tue Jun 17 15:01:07 2003
+++ Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py Thu Jan 8 02:45:17 2004
@@ -35,7 +35,7 @@
'help': ('KeywordIndex','KeywordIndex_Settings.stx')},
)
- query_options = ["query","operator"]
+ query_options = ('query', 'operator', 'range')
"""Like an UnIndex only it indexes sequences of items
More information about the Zope-Checkins
mailing list