Commit 3da94eee authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

code cleanup.

parent 8cc256c8
......@@ -45,9 +45,6 @@ class FullTextKey(DefaultKey):
get_operator_from_value = False
fulltext_boolean_detector = re.compile(r'.*((^|\s)[\+\-<>\(\~]|[\*\)](\s|$))')
def parseSearchText(self, value, is_column):
return parse(value, is_column)
def dequoteParsedText(self):
return False
......
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