parent
1d45f3d008
commit
99cd11e793
1 changed files with 3 additions and 0 deletions
|
@ -270,6 +270,9 @@ var Zotero_QuickFormat = new function () {
|
|||
str = str.replace(/ (?:&|and) /g, " ", "g");
|
||||
if(charRe.test(str)) {
|
||||
Zotero.debug("QuickFormat: QuickSearch: "+str);
|
||||
// Exclude feeds
|
||||
Zotero.Feeds.getAll()
|
||||
.forEach(feed => s.addCondition("libraryID", "isNot", feed.libraryID));
|
||||
s.addCondition("quicksearch-titleCreatorYear", "contains", str);
|
||||
s.addCondition("itemType", "isNot", "attachment");
|
||||
haveConditions = true;
|
||||
|
|
Loading…
Reference in a new issue