Search by ID without wrapping it in ObjectId()
In mongoChef when I want to filter documents by id I have to wrap it in search input into ObjectId
5
votes
Anonymous
shared this idea
-
This was implemented in 2020.10.
You can now simply paste 507f1f77bcf86cd799439011 into the query text box and it automatically gets extended to { "_id" : ObjectId("507f1f77bcf86cd799439011") } when you run the query