Remove fuzzy search, needs some tweaking probably
这个提交存在于:
父节点
e1aa96ea5f
当前提交
6ec3ff6acb
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -99,7 +99,7 @@ class WhooshSearch(BaseSearch):
|
|||
if not query:
|
||||
return []
|
||||
|
||||
q = self.query_parser.parse("%s~2" % (query,))
|
||||
q = self.query_parser.parse(query)
|
||||
|
||||
with self.search_index.searcher() as s:
|
||||
results = s.search(q)
|
||||
|
|
|
|||
正在加载…
添加表格
添加链接
在新工单中引用