parent
88fbe26abd
commit
745c67d42f
1 changed files with 1 additions and 3 deletions
|
@ -664,9 +664,7 @@ Zotero.Search.prototype.search = Zotero.Promise.coroutine(function* (asTempTable
|
|||
inQS = false;
|
||||
continue;
|
||||
}
|
||||
else if (c.condition == 'fulltextContent' ||
|
||||
c.condition == 'fulltextContent' ||
|
||||
inQS) {
|
||||
else if (c.condition == 'fulltextContent' || inQS) {
|
||||
continue;
|
||||
}
|
||||
else if (joinMode == 'any' && !c.required) {
|
||||
|
|
Loading…
Reference in a new issue