Skip to content

Share your ideas with us

307 results found

  1. 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  3. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  4. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  5. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  7. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  8. [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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  9. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  10. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  11. 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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  12. BUG: checking for updates blocks the entire application and takes several minutes

    It takes several minutes to check for updates, if I'm behind a corporate proxy. IT SUCKS BIG TIME...

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Fix your super ugly icon...

    Seriously... I feel like this was designed by a developer (and i'm a developer...), it's so freaking ugly that i've decided to file a bug request...

    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)
  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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  15. Generate aggregate query as pure JSON

    When we create an aggregrate query we can see a "Query Preview" which shows a JavaScript fragment that, when executed, will execute the request. However, what I'd like is the ability to see the query as a pure JSON document that can then be copied/pasted as pure JSON. For example, field names would need surrounding quotes.

    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

    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)
  16. What happen to the row-display for arrays?

    When I open an array on the table display, I now get some weird inline object-like display with index in weird order: 1,2,..,9,1,11,....19,2,21,.....

    Therefore it's impossible to browse my arrays! Since I have to open each elements one by one.

    Could you please tell me how to revert to the old 1-element-per-row displau?

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  17. WHY DID YOU DO THIS

    Did you guys SERIOUSLY just force Studio 3T to be ALWAYS ON TOP???

    This is so annoying holy what a terrible decision. As a web developer, I don't need my database browser forced in front of my development windows and consoles! Revert this change or make it a toggle and OFF by default!

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  18. Support tabs navigation with default hotkeys on macOS

    Cmd+Shift+[ and Cmd+Shift+] are the default hotkeys for tabs navigation on macOS, it works practically everywhere (finder, browsers, terminals, IDE's, anything with tabs), but in Studio3T it doesn't work.

    I know there's Ctr+Up/Down, but would be nice if it was consistent with all other apps on macOS.

    Thanks.

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  19. Remove Ctrl+Q as a hotkey

    My other database IDE uses ctrl+Q to open a new Query... and I constantly close Studio 3T which drive me bonkers.

    Not sure how often people need to close it, but I'm hoping a hotkey isn't necessary.

    Thanks and great product!

    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 →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  20. Current Operations Tree View Should not collapse objects every time a refresh occurs

    I am attempting to look at the query subobject of a current operation but the entire tree closes each time a refresh happens.

    To workaround I need to set update frequency to long period of time and inspect before the update happens. Then I have to set it back if I want quick refresh times.

    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 →
    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