" if use_objectid, it needs to turn the string you're passing in into an ObjectId
[Aug-20 6:22 PM] Bryant Williams: with $in it's easy, because the key is still _id
[Aug-20 6:23 PM] Bryant Williams: with $or, you'd have to dig a little further
[Aug-20 6:23 PM] Bryant Williams: if criteria.$or, check each object for _id
can you file a bug?"
" if use_objectid, it needs to turn the string you're passing in into an ObjectId [Aug-20 6:22 PM] Bryant Williams: with $in it's easy, because the key is still _id [Aug-20 6:23 PM] Bryant Williams: with $or, you'd have to dig a little further
[Aug-20 6:23 PM] Bryant Williams: if criteria.$or, check each object for _id can you file a bug?"