Fix FTS operators not working

This commit is contained in:
Anh Do 2020-12-06 22:56:34 -05:00
parent 3785af1620
commit 8fa1c10d2f
No known key found for this signature in database
GPG Key ID: 451E3092F917B62D
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ private extension ArticlesTable {
return
}
s += word
if s != "AND" && s != "OR" {
if word != "AND" && word != "OR" {
s += "*"
}
s += " "