[Zope-Checkins] SVN: Zope/trunk/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py KW indexes don't have 'range' parameter

Andreas Jung andreas at andreas-jung.com
Thu May 27 14:48:52 EDT 2004


Log message for revision 25062:
KW indexes don't have 'range' parameter



-=-
Modified: Zope/trunk/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py
===================================================================
--- Zope/trunk/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py	2004-05-27 18:28:53 UTC (rev 25061)
+++ Zope/trunk/lib/python/Products/PluginIndexes/KeywordIndex/KeywordIndex.py	2004-05-27 18:48:52 UTC (rev 25062)
@@ -36,7 +36,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