le-yams / nbmongo

A NetBeans plugin for browsing MongoDB
Other
26 stars 6 forks source link

New options: 'add to projection' and 'add to sort' #55

Closed witoldsz closed 8 years ago

witoldsz commented 8 years ago

It would be useful if one could pick a property of a document and chose one of the two options mentioned in a title. Another version would be not to add, but to replace the projection/sort instead. The decision is to be made :)

le-yams commented 8 years ago

Hi witoldsz,

That's indeed a good idea. It could be grouped with the "Find with this property" item which is present in the result tree property nodes popupmenu. That way both policies would be available.

Something like:

Best regards, Yann

witoldsz commented 8 years ago

:+1: Looks like great idea: very flexible yet easy to use. The only thing I would consider would be not to make extra nesting for sort: use as sort ascending, use as sort descending. One click less to get there :)