mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-30 10:44:59 +01:00
Merge pull request #2650 from quanganhdo/NetNewsWire-2649
Fix FTS operators not working
This commit is contained in:
commit
ee33718bfb
@ -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