diff --git a/chrome/content/zotero/xpcom/search.js b/chrome/content/zotero/xpcom/search.js index 6af987c27..b45306bc6 100644 --- a/chrome/content/zotero/xpcom/search.js +++ b/chrome/content/zotero/xpcom/search.js @@ -413,6 +413,7 @@ Zotero.Search.prototype._buildQuery = function(){ switch (data['name']){ case 'noChildren': var noChildren = this._conditions[i]['operator']=='true'; + continue; // Search subfolders case 'recursive':