diff --git a/chrome/content/zotero/xpcom/collectionTreeView.js b/chrome/content/zotero/xpcom/collectionTreeView.js index 06684b5c2..c7fd1a6ee 100644 --- a/chrome/content/zotero/xpcom/collectionTreeView.js +++ b/chrome/content/zotero/xpcom/collectionTreeView.js @@ -900,6 +900,7 @@ Zotero.ItemGroup.prototype.getSearchObject = function() { var s = new Zotero.Search(); if (this.isLibrary()) { s.addCondition('noChildren', 'true'); + includeScopeChildren = true; } else if (this.isCollection()) { s.addCondition('noChildren', 'true');