Compass
4 results found
-
Reverse sort order by default
I was a big RockMongo user and am now trying to switch over to Compass. I found it extremely convenient that in RockMongo, the default sort order was {_id: -1} because that means that you see the most recent records first. I didn't realize how useful this was until I discovered that Compass sorts in forward order. Either a "reverse order" button or simply a change to the default would be highly desireable.
66 votesWe are excited to announce that the latest version of Compass, 1.45.3, introduces a new "Default Sort for Query Bar" setting. You can now select {_id: -1} or ($natural: -1} as the default sort for results returned by the query bar.
Upgrade your Compass application and configure the new setting to enable this feature today.
-
13 votes
This is possible starting with Compass 1.24-beta.
-
Compass support more languages for "Export Query To Language"
https://twitter.com/MongoDB/status/1267452775421685760
Currently it only supports 4 languages, Java, Node, C# and Python3. I would love to see in more languages, especially Go
This is very useful when used with aggregation pipeline builder. Productivity x100
6 votesWe now added support for Ruby, Go and Rust.
-
Make the filter editor expandable to multiple lines
Problem: The filter edit is a 1 line text box. It is no good for creating and editing queries with multiple terms... you can only see a small part of the query
Solution: make the filter edit expandable, so you can see 1 line or many lines.
5 votesWith Shift + Enter you can go to a new line.
- Don't see your idea?