[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex
- KeywordIndex.py:1.15.2.2
Andreas Jung
andreas at andreas-jung.com
Thu May 27 14:47:46 EDT 2004
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex
In directory cvs.zope.org:/tmp/cvs-serv2608/lib/python/Products/PluginIndexes/KeywordIndex
Modified Files:
Tag: Zope-2_7-branch
KeywordIndex.py
Log Message:
KW indexes don't have a range parameter
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py 1.15.2.1 => 1.15.2.2 ===
--- Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py:1.15.2.1 Thu Jan 8 02:45:17 2004
+++ Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py Thu May 27 14:47:45 2004
@@ -1,4 +1,4 @@
-##############################################################################
+#######################################################################
#
# Copyright (c) 2001 Zope Corporation and Contributors. All Rights Reserved.
#
@@ -35,7 +35,7 @@
'help': ('KeywordIndex','KeywordIndex_Settings.stx')},
)
- query_options = ('query', 'operator', 'range')
+ query_options = ('query', 'operator')
"""Like an UnIndex only it indexes sequences of items
More information about the Zope-Checkins
mailing list