This commit is contained in:
Maurice Parker 2020-12-08 00:48:38 -06:00
commit fce2975a25
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 += " "