Fixed inadvertent switch() fall-through causing all collections to be recursive (which some people want, but it shouldn't be the case by accident)

This commit is contained in:
Dan Stillman 2006-12-26 07:04:39 +00:00
parent eba6d8403b
commit 36d6ff58b8

View File

@ -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':