Hi Liz,
I understand you are using Compass. I believe you are using MongoDB extended JSON correctly with your $oid
query. However, Compass still requires you to specify the _id
field, e.g.:
{"_id": { "$oid": "589a8205e4b04157be388130" } }
As Compass’ query bar is observing a strict JSON format, please ensure that all field names are surrounded by the double quote character.
Best regards,
Kevin