You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" 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?"
The text was updated successfully, but these errors were encountered:
" 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?"
The text was updated successfully, but these errors were encountered: