Skip to content

Share your ideas with us

730 results found

  1. Visual Query Builder panel opens too wide, button to collapse it has been removed

    Using release 2018.3.2:

    1. The Visual Query Builder panel opens too wide, restricting valuable real estate space in the main query results area.
    2. The "->" button to easily collapse the panel seems to have been removed. This was a great convenience, please put it back.

    (Kudos on improving the layout for the AND/OR clauses, and for auto-search of the fields - great improvements.)

    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)
  2. Update dialog: almost bug

    After I run Update dialog the document tree is collapsed and edited document lost focus. It will be very useful to stay document expanded and with focus on the field edited.

    With best regards.

    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. Option to copy table view results as Excel Spreadsheet-ready format (not BSON)

    As you marked this idea as 'COMPLETED'
    https://3t-io.uservoice.com/forums/265122-share-your-ideas-with-us/suggestions/10528350-copy-paste-to-excel

    I still think always having to export into .csv file is not so convenient.

    Could you please provide an option to copy to clipboard as Excel-ready format (not BSON) for simple Table View results?

    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. Allow aggregate query export to file on first execution.

    In order to export the results of an aggregate query to file I have to run the aggregate pipeline first and then use export to export the current results.

    My aggregate takes over an hour to run so it takes twice as long to export to file because the aggregate has to run twice.

    I would like to be able to configure the export of the aggregate before running the pipeline so it only has to run once.

    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)
  5. Schema diff tool

    You have a Compare tool that compares documents from 2 different collections. The comparison I want is at a higher level than the document. I'd like to get a diff of schemas from 2 different collections. You already have a great Schema tool. I'd like to get its output from 2 different collections and generate a diff between the two. So a schema diff rather than a document diff. I can think of many use cases for this. For example do a schema diff between dev and prod to generate release notes for a new release or comparing dev to…

    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. Support for Apple TouchBar

    Support for Apple TouchBar

    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)
  7. intellishell - javascript logs

    javascript intermediary logs do not get printed until the entire script complete execution. its hard to keep track how far the script got when running long running scripts.

    print intermediary logs immediately during execution.

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

    Hangs every time and I don't have any option to get back my codes...

    Always restart required :( :(

    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)
  9. call a script from another script

    allow to query multiple servers and joing results. without mongos configure.

    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. Use fixed width fonts when showing aggregate pipeline and stages

    When we are using the aggregate editor, we are shown a tabbed area (Pipline, Stage 1, Stage 2 ...). In each tab, we are shown a 3 column table with headings of "Stage #", "Operator" and "Specification".

    In the Specification column, we are shown the JSON that describes our query / aggregation. However ... that specification entry is in a default font that is not fixed width. This makes it difficult to determine relationships if I am using indenting. This suggestions asks for the consideration of using a fixed width font for those "code" areas.

    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)
  11. Variables in aggregation pipelines

    I have a few aggregations saved that I use for reporting. Sometimes multiple stages use the same dates (in my case, but could be anything) and it would be nice to be able to set a variable so I could save my pipeline with variable placeholders and then when I run the aggregation I don't have to update each instance of a date, I would only need to update the variable declaration.

    I could do this with nodeJS but I don't want to have to boot up a server to run a report when Studio3T makes everything else so easy

    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. Improve IntelliShell: Add "Duplicate Line"

    ⌘ + D Duplicate the current line

    (Below the existing one. Many development environments have this feature. It would be nice to have it in 3T)

    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)
  13. Changing the IntelliShell Default

    I generally use the IntelliShell (as opposed to the Collection view); and I've always wondered why the default just:

    db.COLLECTION.find({})

    I almost alway end up typing db.COLLECTION.find({}).sort({'_id':-1}). I wish I could have this as a default instead!

    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)
  14. Import/Export configure --batchSize

    Set batchsize on export form from server to server, or import from json.
    The problem is that when you have big documents (over 1MB), default export reaches the 16MB limit and stops.

    To be more specific, you should set the limit on how many documents should import/export.

    Lets say that you have 1000 documents export of 5MB each. You should be able to export 3 documents to another server in order not to reach the 16MB limit.

    So the progress should show some like: 3/1000, 6/1000, 9/1000 .... ....

    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)
  15. I upgraded from 5.5 to 5.7, but it cannot open the TokuMX v1.5.0-mondodb-2.4.10

    Database error (MongoIncompatibleDriverException): Server at 166.111.7.173:30019 reports wire version 0, but this version of the driver requires at least 1 (MongoDB 2.6)

    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)
  16. 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)
  17. Support for networkMessageCompressors in connections

    Mongo / mongos / mongod support "networkMessageCompressors" since 3.4 and it would be nice to enable support of this option for connections

    https://docs.mongodb.com/master/reference/program/mongo/#cmdoption-networkmessagecompressors

    Thanks !

    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)
  18. Add F2 keyboard shortcut to rename selected collection

    Pressing F2 should bring up the rename collection dialog

    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. [Bug] - querying by date in the normal view.

    in the query builder view i have this in my query:

    {CreatedDate: {$gte: new Date(2017,11,1)}}

    No data gets returned, I couldn't figure it out, until I went to the Query Code tab, and this is the raw query:

    use qe-metrics;
    db.remedyforce_incident.find({
    "CreatedDate" : {
    "$gte" : ISODate("2017-11-01T05:00:00.000+0000")
    }
    });

    you changed month 10 to 11... and seeing that it is not November yet, well, not records. Not sure why you are changing the month.

    Thanks

    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)
  20. 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)
1 2 9 11 13 36 37
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base