arunbandari / mongo-gui

A web-based MongoDB graphical user interface
http://20.106.238.56:4321/
MIT License
290 stars 87 forks source link

Auto ObjectID without option for string #39

Closed mariusrak closed 3 years ago

mariusrak commented 3 years ago

We are not using ObjectID in our project. When I insert a doc with an _id field even if it is string, it gets automatically converted to ObjectID and there is no option to keep it string.

arunbandari commented 3 years ago

@mariusrak This is fixed now 👍