Skip to content

Share your ideas with us

309 results found

  1. Read only connection.

    Read only connection to avoid accidentally update operation.

    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

  2. Keep track of unsaved tabs in case of application/os crash

    Many applications (notepad++, atom, word, etc.) keep track of tabs/files you have open, even if you haven't saved them. This way, if there is an OS or Application failure, you can pick up where you left off. I've had this happen a few times and have lost a bit of work because of this.

    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

  3. Show user current operations

    Hi,

    The current operations monitor only allow admin to see operations.

    Since Mongo 3.2.9, there is an option to see own user operations without any permission : "$ownOps".

    See :

    https://docs.mongodb.com/manual/reference/method/db.currentOp/

    That would be cool if the current operations fallback to user own operations if he doesn't have the admin permission.

    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

  4. Allow for Cmd+[ and Cmd+] indent and de-dent in query editor.

    Allow for Cmd+[ and Cmd+] indent and de-dent in query editor. This or some other standardized variant is fine. (A "re-indent" command would also work well.)

    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

    completed  ·  1 comment  ·  Admin →
  5. 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

    completed  ·  0 comments  ·  Admin →
  6. add feature to 'decode date from _id field'

    would be nice to have quick way to see date encoded into any _id field

    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

  7. Why can I no longer access GridFS collections?

    Previously I could enter the .files collection of a bucket and edit information like Content-Type and filename directly, now thats impossible! Very important for me in my day-to-day work.
    Feels like upgrading was a huge mistake :(

    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

  8. Export/Copy as standard JSON

    Hello,

    I often find myself copy/pasting document from mongo json and need them in raw/standar json without any format qualifiers such as NumberInt() and ObjectId(), etc.

    I can't find a way to do this at the moment even with the latest version of studio 3t, so I end up wasting time in notepad++ with custom regexes to remove these qualifiers.

    It would be nice to have a "copy/export as standard json" open.

    Thanks

    3 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

    1 comment  ·  Admin →
  9. a little error in tutorial How to Investigate MongoDB Query Performance

    db.system.profile.find({"op" : {$eq:"query"}}, {
    "query" : NumberInt(1) ),
    "millis": NumberInt(1)
    }
    ).sort({millis:-1},{$limit:10}).pretty()

    there is a parenthesis in too in line 2

    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

    completed  ·  0 comments  ·  Admin →
  10. Improve SQL Query

    for the follow query :
    select count(*)
    from MEGA_CONTACT
    where CivSelection = 2

    I have this result in mongoshell

    db.getCollection("MEGACONTACT").aggregate(
    [
    {
    "$match" : {
    "CivSelection" : NumberLong(2)
    }
    },
    {
    "$group" : {
    "
    id" : {

                }, 
                "COUNT(*)" : {
                    "$sum" : NumberInt(1)
                }
            }
        }, 
        { 
            "$project" : {
                "_id" : NumberInt(0), 
                "COUNT(*)" : "$COUNT(*)"
            }
        }, 
        { 
            "$project" : {
                "_id" : NumberInt(0), 
                "COUNT(*)" : "$COUNT(*)"
            }
        }
    ]
    

    );

    the second project is not utile no ?

    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

    completed  ·  0 comments  ·  Admin →
  11. option to disable autocomplete

    The autocomplete is too slow to be useful in a db with a lot of collections. I like the editor, but with the autocomplete it takes for ever to write a simple 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

    completed  ·  1 comment  ·  Admin →
  12. make autocompletion in intellishell optional

    I'm building an aggregation by hand in IntelliShell as it's easier for me to work through something quickly that way before moving into the aggregation UI. Every time I type "{", it tries to autocomplete the aggregation command, even though I'm trying to build a document or aggregation stage inside an aggregation already. This completely disrupts my coding as it autocompletes automatically and messes up my code entirely and I have to "undo" it back out. Frustrating. It'd be great to be able to disable autocomplete if it's getting in my way rather than trying to work around it constantly...

    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

    completed  ·  1 comment  ·  Admin →
  13. Function completion is horrendously slow

    Can you add an option to remove the auto-completion

    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

    completed  ·  0 comments  ·  Admin →
  14. 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

    completed  ·  1 comment  ·  Admin →
  15. [Bug] Crash when choose cancel

    When drug and drop file to gridfs I see 2 continues dialog boxes -
    1) To choose absolute path or only filename
    2) To handle file duplication and choose between add as new file or replace one
    Both dialogs contains "Cancel" button, and if I click it on the second dialog the whole program is crashing and I'm loosing all the data in opened tabs.

    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

  16. Close tabs when a connection is closed

    When i use Robot Mongo i usually open more than 1 connection. For example my localhost connection and my production database connection at same time. But when i close the production connection and some tabs of this connection still are opened they remain open after i disconnect from production DB. Maybe could be a nice idea if these remaining tabs, of a currently disconnected database, would be closed too when i get disconnected from a database.

    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

    completed  ·  0 comments  ·  Admin →
  17. Add sorting to the connections window table

    I would like to be able to sort my connections by any of the available headers in the connections window.

    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

    completed  ·  0 comments  ·  Admin →
  18. shortcut key for comment a line in sql editor

    Cmd-/ or Ctrl-/ in some editors comments a line out in the relevant language.

    can that be added to the sql editor?

    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

    completed  ·  0 comments  ·  Admin →
  19. Add a 'Toggle Comment' feature to code editor

    Highlight some code and hit a keystroke (say '[Ctrl/Cmd]-/') to toggle a '//' at the beginning of each highlighted line of code, effectively deactivating it.

    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

    completed  ·  1 comment  ·  Admin →
  20. Customizable Keyboard Shortcuts

    It would be awesome if you allow users to edit / include their own Keyboard Shortcuts on all platforms for things like editing JSON / viewing JSON / Switching tabs, etc...

    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

    1 comment  ·  Admin →
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base