Compass
413 results found
-
Aggregation Pipeline builder export to R
I would like to be able to export pipelines in R syntax, as I can today in Node, Java and others. R is very picky and unforgiving about it's JSON so having it generated automatically would save a lot of time.
1 vote -
importing embedded document with CSV
a way for embedded documents to be imported using csv files
1 vote -
Require user confirmation before saving over a favorite connection
Currently if you accidentally click "Paste connection string" on a saved favorite connection, all the manually inputted and saved connection settings will disappear. A favorite connection should not be edited until the user explicitly confirms it should be saved. It's extremely frustrating to have to reconfigure a "saved" connection due to clicking on something that gives no indication it will modify the saved settings at all
1 vote -
1 vote
-
Display/use escaped characters like "\n" for line break in document editor
I have text fields that may contain "invisible" special characters like a line-break, which is commonly represented as "\n". Another example might be "\t" for tab, but there may also be other invisible unicode characters.
I would like to be able to edit/save documents in MongoDB Compass that contain such characters.
The current behaviour is that these characters are completely lost when the document is in edit mode and saved (updated). Manually inserting "\n" in a text field does not insert a line break, but literally a backslash + "n".
Example document:
{
"_id": "***",
"text": "Hello,\n\nThis is my message."…1 vote -
Update or Refresh UI view after Renaming a Collection
Compass does not seem to immediately Update or Refresh UI view of database (Left-hand database/collections list) after Renaming a Collection using the mongo shell.
1 vote -
when I press connect, it keeps charging forever
when I press connect, it keeps charging forever
1 vote -
点击按钮没反应
点击Export To Language 白屏,无反应,系统信息:macos 10.14.6 (18G2022)
1 vote -
Able to convert double type and timestamp type to Date type correctly from UI
This feature worked in 1.16 but doesn't seem to work any longer.
When trying to convert timestamp type to Date type I get the error "Update not permitted while document contains errors".
When trying to convert a timestamp stored as a double it displays todays date at 5 am. Ex:
2020-01-08T05:00:00.000+00:00
always. Which is incorrect.1 vote -
Fix bug with missing SSH passphrase
If you have a passphrase on your SSH key file, but neglect to fill in the SSH passphrase field when trying to connect, nothing happens when you click on "Connect". No error message, nothing. Took me a long time to figure that out.
1 vote -
1 vote
-
Differentiate the polygon and circle icon to help with identifying the appropriate action
The icons in the toolbar of the map view look very similar. I mistakenly selected "polygon" when I wanted to select "circle". This mistake can be prevented by designing the icons with more differentiation e.g. Using a more pronoucned shape, angle, fill or border. Ideally, at a glance, the two shapes should be distinct and self-explanatory.
1 vote -
1 vote
-
Support for right click menus
This will make Windows users feel more "at home".
1 vote -
1 vote
-
1 vote
-
Aggregation Pipeline on Database Scope
I would like to run aggregation pipeline commands against a database. Specifically, I will want to build a pipeline where a step includes executing $currentOp on the admin database to gather running and dormant processes.
The Compass application does not present the aggregation pipeline builder UI until after a collection is selected in scope. This leads to the stage not executing on the admin database and instead presenting an error message:
$currentOp must be run against the 'admin' database with {aggregate: 1}1 vote -
1 vote
-
Check if port is blocked by firewall
One of the first things students of the MongoDB who have issues connecting to Atlas with Compass are asked to do, is to ensure port 27017 is not blocked by their firewall.
The student is asked to navigate to: http://portquiz.net:27017/
It would be nice for Compass to integrate a similar check to guide the user a little more when they experience a connection issue.
1 vote -
1 vote
- Don't see your idea?