Share your ideas with us
621 results found
-
Format code
There is Format code command within IntelliShell window.
Please add Format code into Aggregate view.3 votes -
Support --nsFrom --nsTo
When using mongorestore from a BSON file it's important to be able to map potentially different DB names. Supporting the --nsFrom/To flags would allow that. Currently this is possible with 3T if you're using the BSON folder but not with the file.
3 votes -
MongoDate format for csv export
Hi,
Please add posibiliti, to choise MongoDate export format, because excel don't recognize format like "2018-07-27T21:15:13.000Z" as datetime
3 votes -
Reduce memory usage
In my task manager I see the following usage for same data:
- Studio 3T 5,785.4 MB
- MongoDB GUI from MongoDBAtlas 507.9 MB
- RoboMongo 0.9.0-RC4 218.9 MBStudio 3T even use my 4 CPU and is very slow on 16 MB documents. RoboMongo is still awesome so will keep it for a while. I was actually looking to buy Studio 3T. Why would I? It is slow and memory hungry.
3 votes -
Reorder columns in Table View
Provide ability to move (drag and drop) columns so that you can have particular columns that are used to browse through the records (e..g order number) to be at the left hand side.
3 votes -
Bold Monospace font for Query fields and others
We should be able to select font for Query Inputs.
The default is only way better on mac and ubuntu.
Windows ... 😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭😭
3 votes -
Change the surrounding colors with dark theme
When using the dark theme the editor panels go black with white text.
The rest of the background is white which is very bright and disorienting. The Database window on the left and the top nav things should also go dark to match the theme3 votes -
Run from command line with specified query
We'd like to add a link from our custom application to view a document (or multiple) it in Studio 3T to edit the JSON etc.
Would be nice if we could run Studio 3T from the command line and specify a connection, database, collection and query.3 votes -
remember the query before last close
Make the tool remember the user input before close.
3 votes -
Add a "find by this _id" field
just add a text field where i can paste an _id and hit enter to query by ObjectId
3 votes -
open the collection view directly from search box
Hai, I don't know whether some one raised it or not, but i thought this gone be good one. in search box if we select a collection(say x collection), instead of just focus to that particular collection, directly view the collection(i mean if double click on the collection , entire collection data will be viewed). Sorry for my bad english.
Means, I searched for "x" collection, i selected that collection in the search results. That is just highlighting that collection in the DB. Again i need to double click on that collection to view the data. if you remove that…
3 votes -
Have option in Aggregate Pipeline Project stage to auto-generate entries for all fields in source data
In the Aggregate Pipeline, when the stage is Project, have an option to auto-generate "field_name : 1" entries for all the fields in the source data.
It's not uncommon for me to want to include all or most of the fields I already have, plus a few calculated fields.
But once you add calculated fields, you have to specify all the other fields you want to pass through, in the form "field_name : 1". Otherwise, all you'll get from this stage is your calculated field(s).
I suggest a button or context menu option to auto-generate "field_name : 1" entries for…
3 votes -
Auto connect to Mongodb instance
It would be nice to have an auto connect to a saved connection when launching Studio 3T.
3 votes -
Add the ability to have Underscore in Intellishell
Underscore has lots of cool tools to manipulate arrays of results
3 votes -
Image URL rendering in UI
Our company often works with visual data, so when an image URL is stored in a MongoDB, it would be great if we could choose to view that image URL in 3T as a rendered image.
3 votes -
Data compare overview ignores 'Compare fields' ignore list
If you add some fields to exclude to the comparison, the Overview tab still shows:
Identical documents: 0
Different documents: 175237But when I view the Differences tab - none of the fields are highlighted (the differences are only in the ignored fields)
I'd like to be able to see how many documents are considered the same, perhaps with an additional count.
Identical documents (excluding ignored fields): 1000
Perhaps the Differences tab should also have another checkbox, under the Show options?
3 votes -
Export/Import Indexes with collections
I recently moved to a new computer, set everything up, imported all my databases and collections just fine. The data seems fine but I lost all the indexes.
3 votes -
have a history in IntelliShell
Have a history - reverse search like feature with ctrl+r
3 votes -
When displaying elements of array, display the first value of the element instead of/along with the index of the element
Example:
{"_id": ObjectId("548c42ba4a87f9be3a48f3a4"),
"name": "Category A",
"subcategories": [{
name: "Subcategory A"
},{
name: "Subcategory B"
}]
}Right Now, we see in the tree view, we see
Category A
+subcategoriesWhen we expand subcategories we see
subcategories
+0
+1And we have to expand 0 and 1 to see any meaningfull value.
I'd like to see:
subcategories
+Subcategory A
+Subcategory B3 votes -
Add a menu item to generate an update script in intellishell
When right clicking a collection, would be great to have an option to generate an update script which opens in intellishell or which can be copied to clipboard. This is different to the update dialog and is similar to opening intellishell already.
3 votes
- Don't see your idea?