Skip to content

Share your ideas with us

681 results found

  1. Add Studio 3t as URI handler in OSX

    It would be great if we could launch a mongodb url from a browser (Firefox/chrome) and have it load/auto-connect in Studio3t. We Programmatically spin-up/down databases with different connection strings and being able to one-click launch (commandline params?) would be wonderful.

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

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  2. Explain plan seems to ignore .special or .hint on find queries

    I am trying to provide the hint and either atlas is not using the index I am suggesting or the shell is ignoring it when doing an explain. The explain is showing that it is using a different index.

    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)
  3. Enhanced static checking in Intellishell

    The scripting process in Intellishell would be MUCH faster with static checks that identifiers have a value.
    For example the editor does catch the following very, very common mistake;

    // declaring some variable
    const someVar = db.getCollection('someColletction').findOne();
    // erroneously referencing some other (undefined) variable since the user misspelled it
    print(someVarr);

    Even worse, the misspelled identifier could have a value stored in the interpreter (from a previous execution) even if it doesn't appear in the current version of the script. This is a problem since the code could actually execute, and dangerously give unexpected results (for example, the user updates documents…

    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)
  4. Team communication management

    Would be great to be able to pass records/data/fields/values between team members, instead of playing "broken telephone" when passing details on other channels.

    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. Shift + Click to close tabs

    Right now, after clicking the "x" to close an IntelliShell tab, the app requests additional confirmation before closing the tab.

    I suggest adding an option that allows users to close the tab without being prompted to save by pressing a combination of keys like (Ctrl + Shift + F4), but using the mouse, such as Shift + click, for a quicker workflow.

    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)
  6. Allow updating just one field on import with custom text.

    Right now you can update just one field with the same value using the $set function but using import, it should allow to update a specific field of all the records without touching the other fields.

    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)
  7. Change Foreground Color of the "Enable Query Assist" Tab

    When the dark theme is configured, and you click on the "IntelliShell" button, the "Enable Query Assist" tab name background color turns to a bright light blue that makes almost impossible to read as the letters are white. Please, review the back/foreground colors for these tab and all the others in the shell panel to keep color uniformity when hovering and when selecting those 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

    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)
  8. Make fs.files (and fs.chunks) data deletable with a task if the _id is not referenced in any collection

    Make fs.files (and fs.chunks) data deletable with a task if the _id is not referenced in any collection and run it every day part of scheduled task within 3T.

    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. Open export to SQL feature in free versions

    I need to understand and check how free version works for SQL export lets say mongo to postgres

    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)
  10. Aggregation pipeline usability improvements

    The visual aggregation builder is awesome and very helpful if someone wants to debug an aggregation pipeline. For big pipelines though, creating every stage independently is really time consuming and I personally find myself finding workarounds to avoid re-creating the pipeline.
    My suggestion is to add the ability to create the different stages for a pipeline by simply copy-pasting a valid one.

    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. Evergreen Installer

    I appreciate all the work 3T is doing to improve the product, but it feels like there is a new version to install every time I open the app.

    I know it's not a negligible effort, but it would avoid a lot of user frustration if you had an evergreen installer that hot swapped modules without a full-blow install every 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

    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. Grouping of Tabs based on some name(JIRA ID)

    Hi,

    On regular basis I spend lot of time on DB for investigating multiple JIRA simultaneously.
    Some this when I am working on a JIRA, in mid of investigation i used to get PROD issue which takes highest priority.

    The PROD bug and previous JIRA the one I am working may be related same collections(which are around 10-12 collections).

    By the time i resolve PROD issue, I end up with opening same collection multiple times with different query results.
    I need to go through each collection and its query to make sure which window should be close and which 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Make the script save functionality more powerfull to store frequent queries AND DASHBOARDS linked to specific databases an collections

    Make the script save functionality more powerfull to store frequent queries AND DASHBOARDS linked to specific databases an collections

    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. 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. query history is broken

    hitting the down arrow in the query field brings up a query history, but the queries shown there seem random. sometimes they are saved, but more often not, for no apparent reason. I mostly just copy & paste my queries to Notepad...

    also, these queries should be only the ones made on the current collection (obviously).

    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. 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)
  17. 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)
  18. IntelliShell Word Wrapping

    Please add word wrapping for IntelliShell

    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)
  19. export search in results

    search in is a really nice feature.

    However, when querying large datasets over multiple databases it's pretty cumbersome to do anything meaningful with the results.

    I'm certainly not clicking through 10000 records one by one.

    Why not just allow the results to be exported like any other 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

    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 guess the next level and MAJOR feature of your application should be: visualization of fetched data (see D3 library)

    I guess the next level and MAJOR feature of your application should be: visualization of fetched data (see D3 library)

    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)
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base