Compass
460 results found
-
Add a "expand all" button in front a of a document
The idea is to be able to see a document completely with a single click. When a document has a lot of arrays and object it's very long to drill down to find correct data.
3 votes -
Support for distinct
Add support distinct queries in Compass.
https://docs.mongodb.com/manual/reference/method/db.collection.distinct/5 votes -
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 -
Compass
I'm having problems with Compass. I create 2 connections.
One to connect to DB to practise - Chapter I
Another connection to connect to my Sandbox clusterBoth of them have different hostnames
When I Exit y Open Compass again, the favourites are no more I need to create the connections again. Before updating, I haven't this problem
How can I solve?1 vote -
Generate jsonSchema Validation Based on Schema Analysis
Since Compass already provides a schema analysis, it would be useful if that analysis could be used generate jsonSchema. The result could be a starting point for the Validation tab or used in other tools such as https://hamidihamza.com/Angular6-json-schema-form/.
4 votes -
security
Allow an organization to force users to use their access manager accounts as opposed to database accounts to access Compass or from the Shell. Otherwise, users have to have two accounts or we end up with a shared database user account and create a potential security hole.
1 vote -
Copy data from one collection to another
- this should include duplicating a collection
8 votes -
It's really hard to type in a document json or an attribute,I hope Compass can be more intellegent
Can Compass get more intellegent for us users ? The Feedback button hide some functional area so that I can't click update to finish editing ducument. I hope Compass can auto save what I've already typed,and never let it happen again that I forget to click that hidden UPDATE button and lose all I've typed,which makes me crazy and angry⊙︿⊙
1 vote -
Avoid listing deleted Atlas databases in Compass
Deleted databases appear in the view even though it's not reflected in the database itself.
2 votes -
Enlarge Connection String field
Change Connection String to a textarea so I can see the whole thing
1 vote -
"Relaxed Mode" be added to compass exports,
Compass should have a feature to export data in Relaxed Mode . It's exporting the unwanted objectId": { "$numberLong": "48726857629970" } for consistency import which is not required . For some data-comparison , I need the relaxed mode feature to be enabled . This would be an additional features enables users to export the collection in relaxed mode as well
2 votes -
1 vote
-
Aggregation Export Pipeline Error documentation
When I have "Builders" selected, all I get for an error is "$eq cannot be top-level". Does not help the user at all to know what this means.
1 vote -
Set Max Time with Global Preferences
One of our customer want to set Max Time on Compass global preferences.
It would be a good idea to set the default Max Time in the global preferences so that you can use the same Max Time for all tasks.
3 votes -
3 votes
-
Auto complete field name
I will write "na" and software suggestion "name" because i have this filed, so is not need full name filed.
3 votes -
Support hotkeys for Document Manipulation, Aggregations, Insert. etc
I need for hotkey for add new query insted using mouse,
bescuse programmer always write with keyboard and so are easies using hoykey insted mouse3 votes -
点击按钮没反应
点击Export To Language 白屏,无反应,系统信息:macos 10.14.6 (18G2022)
1 vote -
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
- Don't see your idea?