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:
parent
eba6d8403b
commit
36d6ff58b8
|
@ -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':
|
||||
|
|
Loading…
Reference in New Issue
Block a user