AdminStudio 3T Team (Team, 3T Software Labs GmbH)
My feedback
17 results found
-
1 vote
An error occurred while saving the comment -
1 vote
An error occurred while saving the comment Hi Patrix, this is unusual, sorry to hear this! Can you please send us as much information about this (your OS and version, screenshots) to support@studio3t.com or via our Support page? This will help us look into this, thank you!
-
0 votes
An error occurred while saving the comment It is accessible via the context menu but it is clearly missing from the global "Edit" menu. Thanks for alerting us to this. We will fix this in an upcoming version.
-
1 vote
An error occurred while saving the comment Thanks a lot for suggesting this.
To clarify your request - is it that if you were to paste the only the pipeline array (as it would appear in an .aggregate(...) query - https://docs.mongodb.com/manual/reference/method/db.collection.aggregate/), it is accepted into the Aggregation Editor?
I'm very sorry to hear you're having trouble with the feedback page, ordinarily it would work with Firefox. Which OS/version and which version of Firefox are you using?
Thanks a lot,
3T Team
-
1 vote
An error occurred while saving the comment This is an interesting suggestion, thank you for making it.
Could you expand upon the broader use case here?
What would you be doing / what's the workflow that would require you to perform this with Studio 3T?
-
1 vote
An error occurred while saving the comment This relates to https://3t-io.uservoice.com/forums/265122/suggestions/35407906 - please vote there.
-
1 vote
An error occurred while saving the comment Hi!
Thanks for making this suggestion. But would you please expand upon it?
Do you mean you would like to see a easy means to duplicate a document introduced into Studio 3T? i.e. right-click on a document shown in the results view, and a 'Duplicate Document' option is available?
-
2 votes
An error occurred while saving the comment Can you expand upon this? What functionalities do you think would work well in the touch bar?
-
2 votes
An error occurred while saving the comment Hi,
We checked this in the latest 2018.2.5 release of Studio 3T and there doesn't appear to be a bug.
Take care with JavaScript Date objects - the month number is 0-based, i.e. 0 is January and 11 is December. See: https://www.w3schools.com/js/js_dates.asp. Whereas with ISODates, months are '01' for January through '12' for December.
-
1 vote
An error occurred while saving the comment Try using 'printjson(doc);', that should do the trick!
-
2 votes
An error occurred while saving the comment You are right! We are usually the first ones to install our updates so we don't see that update message so often ;) We'll improve this soon and add a direct link to the download page.
Cheers, Tomasz
-
6 votesAdminStudio 3T Team (Team, 3T Software Labs GmbH) shared this idea ·
-
1 vote
An error occurred while saving the comment 3T MongoChef 1.9.1 allows you to navigate between tabs with a keyboard shortcuts (Ctrl+Fn+Arrow Up and Arrow Down on Mac or Ctrl+Page Up and Page Down on windows) or via the "View" menu.
We plan to add direct navigation between the tabs in future releases. Please subscribe to this topic by voting for it to be notified when the release is out.
-
3 votes
Thank you for your feedback. We are looking into ways to make it easier to share the settings across workstations. Please subscribe to this topic by voting for it to be notified when the release is out.
An error occurred while saving the comment Thank you for your feedback. We'll make it easier to symlink the directories. We'll update the location of our configuration files in the next release.
-
2 votes
Thank you for your feedback. Could you let us know a little bit more about the use case you have in mind? Would maybe an easier way of creating a duplicate collection with a subset of data be helpful?
An error occurred while saving the comment Thank you for your feedback. Could you let us know a little bit more about the use case you have in mind? Would maybe an easier way of creating a duplicate collection with a subset of data be helpful?
3T Team
-
2 votes
Thank you for your feedback. What kind of db script do you have in mind? Do you maybe want to export the schema and the data so that it can be used somewhere else, with another mongodb database?
An error occurred while saving the comment Hi Malkit!
Thank you for your feedback. What kind of db script do you have in mind? Do you maybe want to export the schema and the data so that it can be used somewhere else, with another mongodb database?
3T Team
-
13 votes
Thank you for your feedback! Editing _id fields is not supported by the MongoDB, but we have an idea how to work around it. We’ll look into this very soon.
AdminStudio 3T Team (Team, 3T Software Labs GmbH) supported this idea ·An error occurred while saving the comment Thank you for your feedback! Editing _id fields is not supported by the MongoDB, but we have an idea how to work around it. We'll look into this very soon.
3T Team
From the team at 3T: Queries can be pasted into the Aggregation Editor already - if you have an aggregation query on the clipboard, and click the paste icon in the top-right corner of the Aggregation Editor tab (tool tip shows 'Pastes an aggregate query from the clipboard'), that will fill out the Aggregation Editor with your query.