Share your ideas with us
730 results found
-
Add a possibility to copy "schema" only (without data)
I often have the following scenario where I need a copy of a database (all collections, indices, etc) but without any data.
Is it possible to add a feature where only schema is copied rather than schema + data?
2 votes -
Auto-save IntelliShell Content
I see that there is the ability to save and open a .js file to view in IntelliShell. It would be nice to have S3T automatically save that shell's content for a given database. DataGrip, the IDE for RDBMS, has a similar functionality. As someone recently moving to NoSQL DBs, it's a feature I miss a lot.
Being able to write queries that I might run often and not have to worry about saving/loading a file whenever I connect to that database is great.2 votes -
Auto Export
It would be great to be able to automatically export database queries to various file formats, for example set up a way to export the results of a query weekly (even have a way to generate the file name automatically, such as ddMMyyyy.csv).
2 votes -
display equal documents in comparison of collections
To be complete when displaying a comparison of collections, it would be helpful to actually see the EQUAL documents, in addition to source-only, target-only and different documents
2 votes -
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 -
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 -
UI Index Statistics
with a query like this
db.Collection.aggregate([ { $indexStats: { } } ])
we can get index statistics. it would be great to have ui with nice display for it .e.g. "last used"
2 votes -
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 -
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 votesHi Luis, apologies for this, however we can’t fix this because of platform limitations.
-
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 -
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 -
Don't block Query field while previous query is running
When you just opening collection view - automatically shows few documents. If this collection sharded (sharding key is not _id) and documents are quite large - this operation may take some time. Meanwhile you could spend time writing your actual query, but now you just wait and then writing your query which may took another half minute or so.
2 votes -
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 database2 votes -
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 -
[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 bit2 votes -
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 -
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 -
[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 -
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 -
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
- Don't see your idea?