[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex
- KeywordIndex.py:1.15.2.3
Andreas Jung
andreas at andreas-jung.com
Thu May 27 14:52:26 EDT 2004
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex
In directory cvs.zope.org:/tmp/cvs-serv3414/KeywordIndex
Modified Files:
Tag: Zope-2_7-branch
KeywordIndex.py
Log Message:
KW indexes really have a 'range' parameter...reverting former removal
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py 1.15.2.2 => 1.15.2.3 ===
--- Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py:1.15.2.2 Thu May 27 14:47:45 2004
+++ Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py Thu May 27 14:52:25 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