SamuelTallet / MongoDB-PHP-GUI

Open-source graphical interface for MongoDB database. Written in PHP, JavaScript, HTML & CSS.
142 stars 33 forks source link

Query database: returned fields #16

Open creharmony opened 3 years ago

creharmony commented 3 years ago

I would like a way to setup the field(s) to return.

for example for a Person, I would have an extra text field to set {"name":1, "age":1} (or it could be a bunch of checkboxes)

SamuelTallet commented 2 years ago

Good idea!