diff --git a/client/lib/filter.js b/client/lib/filter.js index 81604705c..f056b2e83 100644 --- a/client/lib/filter.js +++ b/client/lib/filter.js @@ -172,7 +172,7 @@ class AdvancedFilter { } } catch (e){return { $in: [] };} - return commands; + return {$or: commands}; } _getMongoSelector() {