diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js index c4c93c5643..09b1c4b23f 100644 --- a/chrome/content/zotero/xpcom/search.js +++ b/chrome/content/zotero/xpcom/search.js @@ -436,6 +436,11 @@ Zotero.Search.prototype.addCondition = function(condition, operator, value, requ this.addCondition('blockEnd'); } + + if (condition == 'quicksearch-titlesAndCreators') { + this.addCondition('noChildren', 'true'); + } + return false; } // Shortcut to add a collection