|
@@ -248,7 +248,10 @@ Filter = {
|
|
|
|
|
|
const exceptionsSelector = {_id: {$in: this._exceptions}};
|
|
|
this._exceptionsDep.depend();
|
|
|
- console.log(this.advanced._getMongoSelector());
|
|
|
+ console.log("Final Filter:");
|
|
|
+ console.log({
|
|
|
+ $or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector()],
|
|
|
+ });
|
|
|
if (includeEmptySelectors)
|
|
|
return {
|
|
|
$or: [filterSelector, exceptionsSelector, this.advanced._getMongoSelector(), emptySelector],
|