Skip to content

Share your ideas with us

723 results found

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

    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

    planned  ·  2 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. 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 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)
  3. Remove confirmation popup '3213 documents removed' after 'Clear collection'

    Remove confirmation popup '3213 documents removed' after 'Clear collection'

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

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

    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. 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 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)
  7. 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)
  8. 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 prod

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

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

    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. IntelliShell function to display results in named tabs

    I use IntelliShell to search, lookup, filter documents from different collections. Right now I use

    let docs = find(...).toArray()

    and then

    printjson(docs)

    to output documents. Studio 3T then picks up documents and show them in separate Shell Output tab.

    It would be nice to have function like showInTab(docs, 'tab name').

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

    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. Persist "show keys"-Setting

    Above the TableView, you can select, if you want to show keys in natural or alphabetic order.

    This setting switches unexpectedly, i could not recognize a pattern.

    In my opinion: When i switch to alphabetic sorting, it should stay alphabetic (and not switch randomly to natural order)

    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. Show collection field names in DB explorer

    It would be nice to be able to click on the collection name and have a submenu like there is for indexes, and show the field names.

    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)
  15. add refresh capability on "Edid Document" view

    add refresh capability on "Edid Document" view

    on Edit document control+J View we need to be able to hit control+R and a refresh button so we can refresh the data in there without having to exit, refresh rows, and repeat to see changes. This would save me a lot of time :)

    great product tho thx!

    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. Copy and Paste of Array fields

    In the TreeView:

    When I select an array item and then choose "Copy Field" from the context menu, I find "Paste document(s) in the context menu.

    But I don't want to copy the whole document.

    Instead I wish there was "Paste field" which let's me add a copy of my original field to the same (or another) array.

    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)
  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. Tab names in 3T could use some naming refinement or make the tabs wider if the name is longer

    When I open a collection in a new tab, I see the tab like this:

    | IntelliShell: ConnectionName | IntelliShell: ConnectionName | IntelliShell: ConnectionName |

    I do not get to see the actual collection I opened. Can you please put the collection name first, or perhaps make the tabs wider if you have just a few tabs open, like browsers do.

    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. 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. New Tab

    Thanks for making great software, I've been a paid user for almost 2 years

    Use Case:

    I have a Collection Tab open with a saved script
    I do not want to overwrite that script
    I simply want to create a New Script (command + T)

    BLOCKED!

    There is no way to do it. (command + T) forces me to overwrite the content of the code editor in the current Collection Tab!

    The only way to open a new Collection Tab is:

    1. open the sidebar
    2. select a database
    3. right-click a Collection
    4. Select "Open a Collection Tab" (or use F10, which is…
    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