Skip to content

Share your ideas with us

723 results found

  1. about the price

    Hi...

    Just a question...

    I would like to use this product for personal projects. I have couples. This is not a commercial using. I would like to pay just once for a minor version and use it all time... $149 per year is too much for me... I'm ready to pay $30 per year...

    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. Intellishell editor enhancements

    I'd like to LOTS of enhancements to text editing capabilities of the Intellishell editor, for example block style cut/copy/paste. However, if you don't want to undertake that development 2 additional features would make much easier to use an alternate editor.

    Feature 1: Hit a function key to open the contents of the current Intellishell editor into another text editor. The text editor could be defined under "Edit->preferences".

    Feature 2: Have the Intellishell editor alert the user when the file in the editor has changed on disk by another application and prompt the user if they want to reload from disk.

    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. Don't switch focus when query completes

    When I open a new tab on a collection, I often start entering a query in the Query field before the initial query for the tab is done. With a recent update, after I click in the query field and maybe start typing focus will shift to the Result window after the initial query is done.
    This didn't use to happen, and is annoying because I have to click back in the Query field to continue typing.

    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. IntelliShell - Reconnect to Primary

    If the Primary changes while IntenniShell is running, i would be nice for it to recognize that change and ask if I want to reconnect using the new Primary.

    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. sir, how to update join result data in mongodb collection

    update p
    set p.itemno = m.itemno
    from exportprocess as p
    inner join master
    exportprocess as m on p.id=m._id

    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)
  6. create a customer portal

    a place where I can see he history of my subscriptions, availability dates for current subscription, download my invoices...

    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. Preview delete count before confirming

    For delete operations based on query, show delete confirmation box, showing the number of items to be deleted.

    Currently it way to easy to delete wrong items without noticing.

    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. Allow changes to font-size

    I've a high resolution screen, and this make viewing lots of data in the small font difficult. Having an option to increase the font-size would be great.

    Furthermore, thanks for your excellent product!

    7 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)
  9. Autoclose brackets, quotes, parenthesis, 00

    During object edition.
    Autoclose [, { ,", ', (

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

    the docs show
    db.sales.aggregate(
    [
    {
    $group : {
    _id : { month: { $month: "$date" }, day: { $dayOfMonth: "$date" }, year: { $year: "$date" } },
    totalPrice: { $sum: { $multiply: [ "$price", "$quantity" ] } },
    averageQuantity: { $avg: "$quantity" },
    count: { $sum: 1 }
    }
    }
    ]
    )
    The operation returns the following results:

    { "id" : { "month" : 3, "day" : 15, "year" : 2014 }, "totalPrice" : 50, "averageQuantity" : 10, "count" : 1 }
    { "
    id" : { "month" : 4, "day" : 4, "year" : 2014 }, "totalPrice"…

    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. Implement copy, cut and paste windows keyboard shortcuts

    The query input box doesn't recognize the universal windows copy and paste shortcuts. Ctrl+X/C/V work but Ctrl+Insert/Ctrl+Delete/Shift+Insert don't work.

    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)
  12. MongoDate format for csv export

    Hi,

    Please add posibiliti, to choise MongoDate export format, because excel don't recognize format like "2018-07-27T21:15:13.000Z" as datetime

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  13. Would like to be able to save updates from the update query builder

    Ideally I'd like to have something to easily switch between the query part (to be 100% sure I know what I'm updating) then show the update portion and click 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)
  14. Improve sql suport

    i giveu p to use sql to make queries, because a lot of default features of sql langue, to make subqueries and joins for example, doesn't work.

    Please Improve that .

    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)
  15. Reduce memory usage

    In my task manager I see the following usage for same data:
    - Studio 3T 5,785.4 MB
    - MongoDB GUI from MongoDBAtlas 507.9 MB
    - RoboMongo 0.9.0-RC4 218.9 MB

    Studio 3T even use my 4 CPU and is very slow on 16 MB documents. RoboMongo is still awesome so will keep it for a while. I was actually looking to buy Studio 3T. Why would I? It is slow and memory hungry.

    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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  16. 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)
  17. 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)
  18. choose language

    Can choose a language such as Chinese

    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)
  19. Chinese Language

    I need the Chinese Language for Studio 3T of MongoDB.
    THX.

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

Share your ideas with us

Categories

Feedback and Knowledge Base