Share your ideas with us
713 results found
-
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 -
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 -
Add an option to convert unix timestamps fields to human dates
Being able to select a column in table view and click "This is a unix timestamp" and having the program auto-convert all the displayed dates to human format would be a great addition. Far more convenient than doing it by hand.
3 votes -
do NOT overwrite comments in .js file in Aggregate
when using the aggregate gui ("aggregate" button), do not overwrite comments in the saved .js file.
comments can be added and are preserved in "IntelliShell", but once the .js is opened and saved in "Aggregate", the comments are overwritten.
of course comments can also be added w/ external editor, but they are overwritten by Aggregate save option.3 votes -
Add "Copy to clipboard" button when a user executes "run count(...)"
Often times, I am comparing collection or query counts within the Query Builder interface. When I run the count command, it returns a popup message with the count but I can't copy that value for comparison for later use. It seems like a perfect place to add a copy to clipboard button. Otherwise I have to write the number down manually or copy my existing query I made into Intellisense and add .count() to it.
3 votes -
Manage query tabs
Although some tab groups can be managed with a right click, aggregation query results tabs have no context menu so it is impossible to mass-close tabs. In addition, the tab context menu should have a "close all" option.
3 votes -
SQL to JSON converter
An option to convert SQL statements to Mongo will be an added advantage and helpful for the data migration from mysql to Mongo.
3 votes -
Ability to add alias to collection name
We have a system name which is managed in application level, and we need a friendly name for each collection to find them easily
3 votes -
Treat keypad enter the same as enter
Keyboard shortcuts that use the 'enter' key should work with either 'enter' key (return key or numeric keypad enter). This includes combination shortcuts such as ctrl-enter, etc.
3 votes -
Icons are not differential enough
They are all black and white. It's not as intuitive as Robomongo to tell the difference between an object, array, and field element.
3 votes -
Mindmap like schema planner/visualitation
Make an sort of mindmap of your db collections/schemas so you can connect fields to each other. And have an visual look at youre db.
3 votes
- Don't see your idea?