Skip to content

Share your ideas with us

677 results found

  1. Add Line:Column indicator in IntelliShell

    This way when you get "Error at line 1, position 69: <missing ')'>."
    then you know where to go.

    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)
  2. Show record numbers in all views

    Tree View shows a record number for each record. The record number is not displayed in the other views. When viewing a record in tree view and then switching to another view, it's difficult to (re)identify the original record now in the context of other records.

    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. Save Import\Export Mappings

    Would be great to save the import\Export layout and re-use for batch import/export. also if the command could be executed in shell so when working remote on the server to execute it in a screen session.

    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 the Save dialog

    I would be nice if users can disable the Save changes dialog for IntelliShell. I mainly use it for customize filtering and count checking, and rarely do I save the contents to a file.

    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. High-DPI for Linux

    I have a 4K monitor and develop in Linux, so all of the text is very small. It would be nice to have High-DPI support for Linux, 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

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
  6. The ability to merge a csv file into an existing collection

    Here's the use case:
    I have a collection that has an _id column.
    I populate a csv file with those _id's.
    I add columns (or change existing column values) inside the spreadsheet.
    I can then 'merge' that csv into an existing collection using the _id as the key - appending (or changing) data to that record - essentially a db.collection.update command.

    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. Comparison and Schema Analyzer should ignore order within array

    what the title says :) would be costly yet useful when trying to compare collections. We would like to see 'green across the board' instead of yellows due to different array order

    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)
  8. Allow Shortcut to export collection to same database/collection name on a different server

    It would be great to have an option to just be able to select a destination server in the "To another Collection" flow (whilst retaining the existing behaviour as another option).

    Use case:
    90% of the time, I wish to copy the contents of a collection on Server A onto Server B (in the same place)

    e.g. ServerA mydatabase/collectionname => ServerB mydatabase/collectionname

    Currently, you have to:
    - Connect to the server
    - Find the database
    - Find the collection within the database

    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. Ability to record my sessions as macros

    I want to record my steps or clicks as macros (or as a script) because I need to take a defined number of steps frequently.
    I think it would be a great help for the community.

    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. [Bug] UTF8 characters are saved incorrectly in bookmarks

    • Enter query with some national UTF8 characters on collection tab (e.g. {field: "значение"}, {field: "κάτι"}).
    • Bookmark this query.
    • Look at it in Bookmark Manager: national characters are displayed as question marks.
    • Select this bookmarked query from Bookmark Manager or from bookmark dropdown menu - you'll get this question marks.
    • If you won't open Bookmark Manager after you bookmarked a query - you'll be able to use this query (it will be restored from bookmarks with correct national characters) but only until you restart MongoChef.

    Details:
    - MongoChef 4.1.0
    - Windows 10 64 bit

    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. Remember the command/output split bar location for the IntelliShell region

    'd like to see the top (command) / bottom (output) regions in the IntelliShell region be remembered. I often only need 1-3 lines for commands and lots for the output. But split is always 50:50.

    Note: From other suggestions you already did the connections sidebar size and overall window size. Thanks for listening!!

    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. Keep selected document selected when changing view mode

    When i select a certain document and change the view mode the selection is lost. Please keep the selected document(s) selected when i change the view mode.
    I want to search a document in the table view and examine it in tree view.

    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. [Bug] Save/load bug in Map-Reduce query with ISODate

    Reproduction steps:
    - Create a new map-reduce job, go to input data > query. Create a query with an ISODate, such as {datetime:{$lt:ISODate("2015-11-01T00:00:00.000+0000")}}
    - Run the query (show filtered output data button). Create it so that it will return results.
    - Save the job
    - Load the job
    - Go to input data tab. You will see your ISODate back like {"$symbol":"ISODate(\"2015-11-01T00:00:00.000+0000\")"}
    - Run the query (show filtered output data button). It will not return results.

    Why does it convert the ISODate to a symbol, when that breaks the query?

    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)
  14. Query History & Give the mouse "forward" / "back" button some functionality in in the main window

    Perhaps let it rerun my query history (so annoying when I have to reset all the things again).

    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. Single Window Result

    I don't know, but for me, the window tab result for every query is annoying for me since I used IntelliShell. That is no problem when I run couple of query at the same time, but if I run many query it will generate too many window tab.

    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)
  16. Visually show all the mongos, configserver and mongo shards

    It would be great to visually see information on all the mongos routers, config servers and mongo shards available in the connections and some metadata if possible

    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)
  17. Add auto-complete to Collection View for Query, Sort, Projection, etc...

    We have auto-complete in IntelliShell - thanks! It would be great and convenient to also get it in the Collection view.

    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. Allow Sorting complete collection within table view

    Currently only sorts the fields visible on table view.

    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)
  19. Portable version

    Archive only version for portability

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

    We can join two collection in chef but for more then two joins its not possible it should be supportive for more then two collection join also.

    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 9 11 13 33 34
  • Don't see your idea?

Share your ideas with us

Categories

Feedback and Knowledge Base