-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Description
I'm not sure if this is me but for some reason aggregate matching by _id isn't working.
I saw this issue:
and am using the following code but it isn't working? Thoughts?
let res = collection.aggregate([
{$match: {'_id': new Mongo.ObjectID('bea1bce7e3276818dd06a34f')}}
]);
console.log(res);
brucejo75, sergioestebance and tophsic
Metadata
Metadata
Assignees
Labels
No labels