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;
|
inQS = false;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (c.condition == 'fulltextContent' ||
|
else if (c.condition == 'fulltextContent' || inQS) {
|
||||||
c.condition == 'fulltextContent' ||
|
|
||||||
inQS) {
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
else if (joinMode == 'any' && !c.required) {
|
else if (joinMode == 'any' && !c.required) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue