Compass
416 results found
-
import export database not only one data of collection
- able to export a database with all collection and insert it also
- able to export a collection from a database and insert it to database also ,not only data of a collection but also collection self with all related
2 votes -
When exporting a collection, make sorting the fields by alphabet optional
At this moment, one can only select or deselect fields, but one cannot pick any field order other than alphanumerically sorted. I would at least expect 'collection order', but taking this even a step further, it would be awesome if the export fields could be reordered in any order.
2 votes -
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 -
Allow changing font in document output
Current hardcoded choice of fonts: "Source Code Pro", Menlo, monospace doesn't suit me. They first two aren't installed on my computer, so the result is unreadable output using the default "Courier New" font. I want to be able to set my own font family and font size for document output.
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 -
New query from text
It would great to have a feature that allows importing a query from text in compass similar to the aggregation pipeline from text feature. Currently if someone has a long multiline find query which includes filter, project, sort methods then the user needs to copy each of the query segments separately and paste them into designated lines in the expanded query options view.
Importing queries from text would improve support team's efficiency that utilise the compass when trying to analyse application queries manually.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
- Don't see your idea?