[Zope-Checkins]
CVS: Zope/lib/python/Products/PluginIndexes/KeywordIndex
- KeywordIndex.py:1.16
Andreas Jung
andreas at andreas-jung.com
Thu Jan 8 02:28:38 EST 2004
Update of /cvs-repository/Zope/lib/python/Products/PluginIndexes/KeywordIndex
In directory cvs.zope.org:/tmp/cvs-serv22161/lib/python/Products/PluginIndexes/KeywordIndex
Modified Files:
KeywordIndex.py
Log Message:
'range' operator was missing
=== Zope/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py 1.15 => 1.16 ===
--- 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:28:37 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