Compass
349 results found
-
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
-
Network message compressor support
I've got MongoDB 4.2 Community server which is configured with net.compression.compressors: "zstd,snappy,zlib" but after inspecting the output of db.serverStatus(), it seems MongoDB Compass is not using any compressor.
It'd be nice to support compression and actually allow users to configure preferred compressors like Mongo Shell does.
1 vote -
Export arrays of objects in a single CSV cell
Currently, exported arrays of objects are split into individual CSV cells. There should be an option to export these arrays as a single cell in the CSV file.
0 votes -
mongodb-schema: provide a memory limit parameter
"mongodb-schema should take a memory limit parameter and stop analysing the schema when that limit is reached.
0 votes -
Copy/Sync databases
I have two databases in the same cluster, so i need that both have the same data
0 votes
- Don't see your idea?