Commit 46485969 authored by Andreas Jung's avatar Andreas Jung

KW indexes don't have 'range' parameter

parent 02de3400
...@@ -36,7 +36,7 @@ class KeywordIndex(UnIndex): ...@@ -36,7 +36,7 @@ class KeywordIndex(UnIndex):
'help': ('KeywordIndex','KeywordIndex_Settings.stx')}, 'help': ('KeywordIndex','KeywordIndex_Settings.stx')},
) )
query_options = ("query","operator", "range") query_options = ("query","operator")
"""Like an UnIndex only it indexes sequences of items """Like an UnIndex only it indexes sequences of items
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment