Commit c038343a authored by Andreas Jung's avatar Andreas Jung

KW indexes really have 'range' parameter...reverting former removal

parent 46485969
...@@ -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") query_options = ("query","operator", "range")
"""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