Share your ideas with us
730 results found
-
Add support for authentication database and connecting to specific database
Suppose we have the following connection string: mongodb://user:password@localhost/test
In this example and according to the documenation, the 'test' database will be used for authentication as well as the database you connect to. The documentation specifies an 'authenticationDatabase' query parameter to customize this a little bit.
For example: mongodb://user:password@localhost/test?authenticationDatabase=admin
This changes the connection string to mean that you should connect to 'test' but authenticate against 'admin'. It would be nice to have GUI support for this.
2 votes -
Show a clear way to differentiate between records pulled
In the JSON view there is no clear indication where one record begins and the other ends in case there are multiple results.
2 votes -
MongoChef: Give option for setting the default view for lists of 1 document.
I'm not sure if it the best idea. What I'm trying to achieve is this scenario:
I have default view set to tree view, but when I have displayed only 1 document, it's better shown in the tree mode. I think 1 document lists are common cases, e.g. after following reference, searching by specific _id, after using findOne. In Robomongo changing view is one click task, here is 2 click (with delay of opening list and selecting).2 votes -
allow building queries in MongoChef by clicking on fields like Schema Explorer
with the
op
option, and possibly with modifiers like jsonstudio.2 votes -
stats overview
It would be nice if you could add a simple overview where you can compare the collection stats of a db + the db stats of an instance
I'm most intrested in count, size, storageSize and index size.
Smaller solution: format the stats mentioned above human readable (2,5GB instead of 2512354123)
2 votesThank you for your feedback. We’ll look into this and improve the stats view soon. Please subscribe to this topic by commenting or voting for it to be notified about updates.
-
do not pack the windows installer into a zip archive
the compression is negligible and we have to do another step to install updates.
2 votes -
fix the loading of stored queries with value type "Undefined"
My query is: { "ArrayField": { $ne: [] } }
I saved "[]" as value type "Undefined".
When i load the query, i get this:
{ "ArrayField": { $ne: true } }2 votesThank you for your feedback. We’ll look into this ASAP. Please subscribe to this topic by commenting or voting for it to be notified about updates to this topic.
-
Remove confirmation popup '3213 documents removed' after 'Clear collection'
Remove confirmation popup '3213 documents removed' after 'Clear collection'
2 votesThank you for your feedback! We are thinking about adding a “don’t ask me again” check soon.
-
Option to disable some confirmation popups
Option to disable some confirmation popups like those """Delete document "32323" ? """
[ x] Don't ask for confirmation on delete Document
2 votes -
Debug map/reduce jobs
I would love if there was some way to put breakpoints in my map reduce code and step through it. There is no question that this would convert me into a paying user.
2 votes -
quick check environment
Be able to run a session/script in an isolated, temporary, volatile subset of the whole database/collection for quick PR & testing.
2 votesThank you for your feedback. Could you let us know a little bit more about the use case you have in mind? Would maybe an easier way of creating a duplicate collection with a subset of data be helpful?
-
2 votes
Thank you for your feedback. What kind of db script do you have in mind? Do you maybe want to export the schema and the data so that it can be used somewhere else, with another mongodb database?
-
Enable export data to JSON and CSV for Free Tier.
Please enable the free tier to have the ability to use Export query result/whole collection to json or csv with the ability to select fields like Compass has.
1 vote -
The only feature I feel is missing is the option for commit rollback during updates.
I’ve been using 3t Studio for a while now, and I’m really impressed with its powerful features and intuitive interface. It has significantly improved my workflow and made database management much easier and more efficient. The only feature I feel is missing is the option for commit rollback during updates — adding this would make an already great tool even better. Highly recommend!
1 vote -
A button in de view where you can close al expanded records
Would be handy to have a button in the record view to close all expanded documents whith one button strike.
1 vote -
Collection Query Result tab does not respect 2 spaces per tab setting
Collection Query Result tab does not respect 2 spaces per tab setting
The "Results" tab uses 4 spaces to display the query result.
There is a setting in the Appearance section for the Editor (IntelliShell only?) to use 2 spaces. It would be nice to have either a 2nd setting for the Result tab of a query to use 2 spaces instead of 4 - or let the Result tab use the same setting as the "Editor" spaces per tab setting.1 vote -
collection tab mouse hover show connection name too
as of now when we mouse hover on collection tab we see
Database
Collection Name
could you please add connection name, we might have same collection in different environments like dev, qa and prod1 vote -
Group Aggregation Stages
I have Documents with a lot of references to other collections. When running reports I need to do many lookups and unwinds. It would be nice to be able to group these stages in the list so I can hide/show them at once.
It would also be nice if we could (de)activate the group as a whole. Use case would be trying multiple different methods consisting of multiple stages to search/process the data and being able to easily swap between the two methods.1 vote -
Open GridFS buckets without initial query
When opening a GridFS bucket by expanding the "GridFS Buckets" folder in the open connections tree and double-clicking on a bucket, an uninterruptible query immediately begins and there is no way to stop it. For collections with millions of files, this can take a really long time (many minutes) when all you want to do is find a file by Id or Filename (both default indexed fields). Once the tab finally completes the initial query, searching by id or filename is quick as expected.
I am aware that I can open the bucket's ".files" underlying collection and just query that…
1 vote -
Fix usage of null values in query builder drag and drop functionality
When i drag a field containing "null" as value to the query builder, the query value switches to empty string.
What i except as the filter:
{ "myField" : null }What the current query is:
{ "myField" : "" }1 vote
- Don't see your idea?