mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-01 11:36:56 +01:00
Merge branch 'main' of https://github.com/Ranchero-Software/NetNewsWire into main
This commit is contained in:
commit
fce2975a25
@ -753,7 +753,7 @@ private extension ArticlesTable {
|
||||
return
|
||||
}
|
||||
s += word
|
||||
if s != "AND" && s != "OR" {
|
||||
if word != "AND" && word != "OR" {
|
||||
s += "*"
|
||||
}
|
||||
s += " "
|
||||
|
Loading…
x
Reference in New Issue
Block a user