Commit 6ef9bf1b authored by Tristan Cavelier's avatar Tristan Cavelier

fix: KeyError 'boolean_match'

parent c62d50de
......@@ -38,7 +38,7 @@ class FullTextKey(SearchKey):
"""
This SearchKey generates SQL fulltext comparisons.
"""
default_comparison_operator = 'boolean_match'
default_comparison_operator = 'match_boolean'
get_operator_from_value = False
def parseSearchText(self, value, is_column):
......
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