Skip to content

Share your ideas with us

712 results found

  1. Show accessible query in the results tab

    The query results tabs are great for looking at different query results, or past results for the same query. However, it's hard to see what query was used for each tab. The query is shown when mousing over the tab, but that tooltip is truncated for long multi-line queries, and it's impossible to see the end of the query.

    It would also help to show when the query was run, especially for longer sessions with rapidly changing data.

    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. Script file management from a folder explorer

    The management of script files based in a source control project folder is missing.
    Like an idea, it would be nice to open a folder and see the organised files in a tree like the connections.
    Once you have a set of scripts, you don't need to find the collection anymore, you just want to open the file in the context of a connection and run it.

    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)

    Hi Gerhard, thanks a lot for this suggestion.

    This is exactly the direction we are taking with the new Tasks functionality. Tasks currently focus mainly on Imports, but in time, more and more types of task will be supported.

    The Task Manager doesn’t yet support organising tasks in a tree, but this is an excellent suggestion, and we’ll endeavour to include this in a future release of Studio 3T.

  3. Export Schema Analysis as JSON

    Pretty straight forward either an export Schema Analysis as JSON or copy to paste board would be very useful.

    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. relative date search

    it would be nice to search by a relative date.... ie last 60 minutes, 1 day, 1 month

    http://cloud.jsherard.com/be4ca869403e

    {modifiedDate:{$gte:new Date(new Date() - 60 * 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)
  5. Handle CosmosDB rate limiting

    CosmosDB is Microsoft's "cloud" database on it's Azure platform. Cosmos supports "mongodb" clients and for the most part is entirely compatible with Studio 3T.

    The issue is that CosmosDB is a rate limited database, and expects clients to retry queries (after a short period of time) when a specific error is returned. This shows up on low limit instances (which is common for development) when transferring data between collections/databases, so it would be great if Studio 3T could handle it.

    The error that is returned is error code 16500, message "Request rate is large".

    Information on handling retries can be…

    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. Make a product more stable

    I will definitely consider purchasing when the program will stop crashing each 2-3 hours. Sometimes it happens when I close the query results tab, sometimes it just happens.

    I see you've made the first step towards quality - you're now gathering the crash reports. Just fix the crashes and I'll bring you 5-7 new purchases.

    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)

    We continuously strive to improve the quality of Studio 3T. I’m glad you find the crash reporter useful. We attempt to resolve all issues reported by it promptly.

    We greatly welcome feedback. If there’s a particular issue you’re encountering, please do tell us about it by contacting technical support at https://studio3t.com/feedback/.

  7. Bring the Update dialog to the front

    When I start Studio 3T and there is an update ready, the dialog that tells me that an update is ready always goes behind other windows on my machine. Consequently I end up wasting time waiting for the app to load because I'm thinking it's doing something when it is in-fact waiting for user input.

    I'm using Windows 10 and the latest version of Studio 3T.

    Can this either not be a modal dialog (i.e. an option on the Studio 3T UI) or a modal dialog that is forced to be the top-most window being displayed. At the moment, it's…

    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. Disable/Enable option in Visual query builder

    It would be a good Idea to disable a condition in Visual query builder if we want to check the results with and without a condition

    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. 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)
  10. 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)
  11. 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)
  12. 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)
  13. 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)
  14. 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)
  15. 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)
  16. 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)
  17. 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)
  18. 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)
  19. 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)
  20. 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)
1 2 8 10 12 35 36
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base