Skip to content

Share your ideas with us

677 results found

  1. Close button should close window only

    Like every Mac app, when you click on the cross button on the left side of the app to close it, it should close the window but keep the app running.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Set Profile Level from Tree View

    It would be nice to be able to change the profile level from the tree view using a right click action.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. multiple objects of an array can be updated with different data in a single direct query

    if I have multiple objects in an array there should be a way so that I can update some set of objects with different data for each object via a direct query.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. Support bulk.find.remove()

    When deleting a large amount of records, it would be great for 3T to support this method so things go faster.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. Bug when importing a document with a field starting with $

    The following document can't be inserted in a collection with Studio 3T :

    {
    "id" : ObjectId("5b16ade6540bd478204f08c4"),
    "name" : "Extract all tags used",
    "ticket": "GQ-53",
    "modelQuery": "Customer",
    "aggregateQuery": [
    {
    $unwind: '$tags'
    },
    {
    $group: {
    _id: '$tags',
    count: { $sum: 1 }
    }
    },
    {
    $sort: {
    count: -1
    }
    },
    {
    $project: {
    _id: 0,
    tag: '$
    id',
    count: 1
    }
    }
    ],
    }

    The same document can be inserted with mongo shell.

    PS: It's a valid document when mongod is at version 3.6 or more recent.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. Allow to select folders for import

    I'm a data science student and one of my use-cases is importing 100,000 small json files in nested folders. I copied them all over to one folder but selecting all of these files tends to lock up the GUI. It would be nice to be able to select a folder for imput.

    Thank you

    5 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    under review  ·  1 comment  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. add populate functional

    It'll be nice if you add possibility to populate fields with type ObjectID

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. Document JSON editor - change json format

    When in the editor, the json format defaults to mongo shell format for the JSON, i.e. retaining 'NumberInt(10)' instead of '10'.

    This can make editing the json, especially if copying from spreadsheets, really fiddly. I'd like to be able to toggle to simple format

    In fact when I need to do this, I use robo 3T instead.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. Read, tail, and parse server logs

    Add the ability to read, tail, and parse the monogd and Ops Manager automation agent logs.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. JSON Schema Editor

    Any chances a JSON Schema editor for MongoDB collections will be provided in a future release?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. "Software Update available" slows down start of Studio 3T

    The "Software Update available" dialog on startup causes a bad user experience. If I start Studio 3T I want to use it as soon as possible and not mess around with an update now. As updates are important it would be better if a notification shows up during the program usage. Then I can decide when to update.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. Add 2 features...

    Feature 1: Add an option to stop Studio T3 searching the whole collection when double clicking on the collection name. I usually just want to open the collection so I can enter a query which means I have to hit the 'stop' button every time

    Feature 2: Many of my searched are based on the id field. This means I have to enter the same query every time: {id: ObjectId("xxxxxxxxxxxxxxxxxxxxxxxx")}, which is a lot of typing. It would be useful to just have a field above the query field into which I can just paste an ID and it…

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. 1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  14. Support for Apple TouchBar

    Support for Apple TouchBar

    2 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. cant connet via SRV record

    no use for me since i cant connect using SRV records

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. Disconnect should not timeout

    When trying to disconnect a server that is not available anymore. The app goes into a waiting mode.. with a spinner..
    Alt-tab then let the app disappear for until the timeout is over.
    When you want to disconnect from a server, the app should not have a timeout. It should just remove the connection immediately.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. auto closing braces and parentheses

    It's a nice feature to add closing braces and parentheses automatically while keeping auto-completion active.

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. IP address saved in place of port number

    I installed and setup the connection on studio 3T on windows. When i open it next time and try to add more connections or change connection, it has saved the ip address in port# options and would let me connect to any db now.

    here is the error I am getting:

    Invalid port number: 192.168.1.29

    Stacktrace:
    |/ java.lang.RuntimeException: Invalid port number: 192.168.1.29
    |
    ___/ Illegal argument: For input string: "192.168.1.29"

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. DynamoDB client

    Have y'all ever thought about taking what you've got here and building a DynamoDB client?

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. i thought this is free, now how can i uninstall it on my ubuntu

    i thought this is free, now how can i uninstall it on my ubuntu

    1 vote

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    0 comments  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base