Fix FTS operators not working
This commit is contained in:
parent
3785af1620
commit
8fa1c10d2f
@ -753,7 +753,7 @@ private extension ArticlesTable {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
s += word
|
s += word
|
||||||
if s != "AND" && s != "OR" {
|
if word != "AND" && word != "OR" {
|
||||||
s += "*"
|
s += "*"
|
||||||
}
|
}
|
||||||
s += " "
|
s += " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user