Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
ALL
-
Query Execution 2021-04-19
Description
Reproduce with the following, against a server where SBE is enabled:
db.c.drop();
|
db.c.insert({});
|
db.c.aggregate([{$project: {_id: 0, out: {$anyElementTrue: ["$foo"]}}}])
|