Merge pull request #2650 from quanganhdo/NetNewsWire-2649

Fix FTS operators not working
This commit is contained in:
Brent Simmons 2020-12-07 20:36:33 -08:00 committed by GitHub
commit ee33718bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 += " "