Several result views when executing script with several queries
Completed
When I execute a script with several queries in Robomongo, results are displayed in separate windows splitted horizontally (by default) or vertically. I didn't find the way to execute such scripts in Mongobooster. E.g.
- var ids = [1,2,3];
- db.Users.find({_id:{$in: ids}});
- db.Posts.find({author:{$in: ids}});
I would expecte two results window to appear, but Mongobooster shows only results from Posts collection.
Hi Sergey,
We'll consider this. In current version, you could use print like below to show multiple result.
Hi Sergey,
We'll consider this. In current version, you could use print like below to show multiple result.
Thanks for this workaround! Though consider dumping results in separate windows - it will allow to use not only json view, but also table and tree views. Anyway, thanks for saving me some space for other tabs :)
Thanks for this workaround! Though consider dumping results in separate windows - it will allow to use not only json view, but also table and tree views. Anyway, thanks for saving me some space for other tabs :)
Hi Sergey,
This feature to display the results of multiple queries will be very useful. RoboMongo and MongoChef have that option, so I write the query in MongoBooster but then use RoboMongo to execute the queries so that I can see the multiple results. It would be nice to have this feature in MongoBooster so that I can use only MongoBooster.
Hi Sergey,
This feature to display the results of multiple queries will be very useful. RoboMongo and MongoChef have that option, so I write the query in MongoBooster but then use RoboMongo to execute the queries so that I can see the multiple results. It would be nice to have this feature in MongoBooster so that I can use only MongoBooster.
This would be an example of how the multiple record sets would display. This would be extremely helpful and also it the common behavior for most database IDE. Thank you so much for your consideration. This would just make the already great product even better.
This would be an example of how the multiple record sets would display. This would be extremely helpful and also it the common behavior for most database IDE. Thank you so much for your consideration. This would just make the already great product even better.
This feature should definitely be implemented. Most other IDE already do this.
This feature should definitely be implemented. Most other IDE already do this.
Resolved in version 8.0
Resolved in version 8.0
Replies have been locked on this page!