mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Merge pull request #2650 from quanganhdo/NetNewsWire-2649
Fix FTS operators not working
This commit is contained in:
@@ -753,7 +753,7 @@ private extension ArticlesTable {
|
||||
return
|
||||
}
|
||||
s += word
|
||||
if s != "AND" && s != "OR" {
|
||||
if word != "AND" && word != "OR" {
|
||||
s += "*"
|
||||
}
|
||||
s += " "
|
||||
|
||||
Reference in New Issue
Block a user