Please, add a ready to use "SEARCH BY ID" field
It's a such common task that for now requires typing "{ "_id": ObjectId("5f833f044443f40c1b6c1179") }" or requires opening the Query Builder, then drag'n drop the _id field, then paste the searched ID, and finally run the query.
Thanks in advance
4
votes
Thierry
shared this idea
-
This was implemented in 2020.10.
Just paste your ObjectId into the query text box, e.g. 507f1f77bcf86cd799439011. This will then automatically be expanded to { "_id" : ObjectId("507f1f77bcf86cd799439011") } when you run the query.