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