Robomongo: Table view not working with results of map function

Created on 6 Sep 2016  路  5Comments  路  Source: Studio3T/robomongo

Is there a way to normally display documents returned by map function in the table view mode? Right now each document shows up in a separate column:

screen shot

I see that return type is different (map returns array of object, where find returns DBQuery object). Is there a way to return data from map so it works correctly with table view mode? If not, would it be possible to update the app so that table view mode works correctly in this case?

enhancement

All 5 comments

@knovoselic
Hi Kristijan, we have reproduced the problem. We confirm that table mode view does not show the object details; each time user need to right click then view documents to see it. We have put this in our list and will consider it for next release. We will look for workaround solution though, it might be related to fact that result is an array. - Warm Regards from Robomongo Team.

Hi, just wondering if there is any update on this one?

Hi @isaacmcn , unfortunately not yet, we have been very busy delivering support for MongoDB 3.4.

Any workaround?

Was this page helpful?
0 / 5 - 0 ratings