Compass
442 results found
-
Chrome like controls
I would like to be able to use chrome like controls to switch between tabs
Cmd+opt+arrows - previous, next tab
Cmd+t - create new tab (and select it like vs code cmd+p mode)
Cmd+w - close tab2 votes -
parameter paginate?
Could we set the page limit when browsing a collection? For instance, increasing it from 20 to 100 per page?
2 votes -
MongoDB Compass can have a Account Section
MongoDB Compass can have a option to sign in so that users can log in to their account can directly access their Atlas Clusters without having headache to get connection string and paste it here
2 votes -
In-order to make the Compass more aligned with the Atlas, can we have Chart feature in Compass as well?
Feature of Chart as it is in Atlas would help users to do more experiments and tests on his/her local before going to the Atlas
2 votes -
Do not load collection data by default (new setting)
When selecting a collection, Compass currently loads data for that collection. I would like there to be a setting that says that no data is loaded until I click Find.
Why?
- because some default data loading takes a looong time (>30s) and clicking Stop doesn't give the user back control (fixing this might be another way to resolve this issue)
- almost always the data loaded by default is not relevant to my task
- almost always I want to enter a specific query first and then hit search
- in the rare cases where I just want to…2 votes -
Multiple mongosh instances/tabs in Compass
It would be helpful to be able to open multiple mongosh tabs in Compass instead of having to write queries in one tab.
2 votes -
Open document in a json editor
I want to be able to open a document in a JSON editor and edit it there without the key:value restrictions, even when I am viewing documents in the table view.
2 votes -
Support ssh certificates when connecting via ssh
Per this forum post https://www.mongodb.com/community/forums/t/ssh-certificates-with-mongo-compass/204504 Compass does not support the use of ssh certificates.
2 votes -
QoL: Rename the Windows shortcut from MongoDBCompass to MongoDB Compass
I often search Compass (without MongoDB) on Windows Search and it does not show up because its written as MongoDBCompass instead of MongoDB Compass.
It would be a nice QoL improvement.2 votes -
allow updating of data via "add data", by importing an updated file
Right now if you export data, modify it, then try to import it, it will throw an error because the ID already exists. I want to update all those documents, not create new ones.
2 votes -
Ctrl+c in shell
Add ability to Copy (ctrl+c) (or right click drop down menu copy/past) from shell input
2 votes -
MongoDB Compass on Flathub
Flatpak is a user-friendly and modern way to distribute applications. And publishing on https://flathub.org will make the product more popular.
2 votes -
Recognize $HOME/.ssh/config file in SSH bastion / jump box
Configured hostnames are not read from the file causing the user to have to re-input the same jumpbox information per connection.
The work around is to define jumpbox destinations on the user's /etc/hosts file but preference is to have Compass respect the default SSH config file.
2 votes -
Enable toggling for boolean properties
The annoying thing for me is my web applications are heaviley dependant on Database View content.
in MongoDB Compass it quickly becomes a time waste to manually click a boolean property and change "false" to "true".
Please add a small toggle box button next to Boolean values.
Thanks, Carl.
2 votes -
Mongo to recognize arrays during import
Mongo is unable to recognize arrays, even from it's own exported documents that are manually formatted as arrays. The options available are not compatible with complicated datasets with more than one column that contain arrays. This should be standard.
2 votes -
Make it easier to search by _id
More then half of my queries in Compass is searching by id. Each time I have to add both curly brackets, then type 'id:' then 'Obj', select ObjectId from autocomplete and paste id.
I propose to add 'id' field in OPTIONS, where I could just paste _id string to fire mongoose-like 'findById'2 votes -
Allow for safe hyperlinking of URIs in documents
If a document contains a well-formatted (and sanitised) URI, then hovering over it should display a preview of the resource it links to (perhaps an image in s3) or the option to click through to it using the OS standard browser.
2 votes -
I would like $match expression to not evaluate 15*24*60*60*1000 expression with the date, instead use the literal expression
When translating the following aggregation code, Compass evaluates the expression with the date. I would like to have a feature where it translates the literal expression to the available language.
Example of aggregation code:
"date": {$gte: new Date((new Date().getTime() - (15 * 24 * 60 * 60 * 1000)))}2 votes -
Take too much time preloading database statistics
As you can see, My MongoDB instance has over 10K databases and over 400K collections, Every time I connect to it with Compass, I have to wait for more than one minute before Compass is ready to use. This 'collecting information process' is unnecessary because I don't care how many collections are there, all I want is jump into one of these databases and start my work.
So I would be appreciated if there is an option to skip this 'preloading' process.
2 votes -
Let detach mongoh terminal/console
In case we have two monitors, I think is valuable detach the mongoh terminal/console in one explicit window to move it to other monitor. Of course, the option to apply the inverse should be available too.
Thanks for your understanding.
2 votes
- Don't see your idea?