Share your ideas with us
712 results found
-
Please check clipboard contents to see if its a valid JSON aggregate query
Please check clipboard contents to see if its a valid JSON aggregate query.
Its a pain to have to add the 'db.getCollection('xxxx').aggregate(My Clipboard Conents) before I use your paste function. This my second request for this change.
1 vote -
filtri
ok la ricerca delle collection ma avendo molti database e moltissime collection sarebbe bello potewr vedere a sinistra solo alcuni db e solo alcune collections.
1 vote -
Redesign the Comparison Configuration screen
Adding Specified fields to include/exclude becomes tedious when the list is long either way. When adding a lot of fields, the configuration screen resizes to the height of add the fields selected and makes the window unusable.
Either change the adding functionality to a select/deselect all, use listboxes and multi-select with arrows, up/down arrows etc....
1 vote -
Put a box (like we have in MongoDB Compass) to specify collation
Put a box like we have in MongoDB compass to specify collation params during query time.
1 vote -
1 vote
-
Query builder doesn't respond when some execution is already in progress
Open any collection--> While the data is loading, try typing something on "Query" or "projection" section. It doesn't allow. In fact the background processing is blocking the UI thread. Mongodb Compass has done pretty well in this. Contact me if the issue still not clear.
1 voteThanks a lot for reporting this.
We’ll take a look at this and endeavour to have a fix in an upcoming release of Studio 3T.
-
Copy and Paste shortcuts are inconsistent with Dvorak layout.
On a Mac, and possibly in windows as well (but have no verified), the copy and paste shortcuts are inconsistent. From IntelliShell and other large text areas, Cmd+C/V work as expected. But in the smaller text boxes, such as the Query, Projection, etc input areas, I have to use Cmd+J/K (the physical key locations of C and V in the qwerty layout). This bug has been around since the product was called MongoChef
1 voteThanks a lot for reporting this.
We’ll investigate and seek to make consistent shortcuts available in an upcoming release of Studio 3T.
-
1 vote
-
Show the current elapsed time when running big aggregations.
It currently only shows the elapsed time when the query is complete.
1 voteThanks a lot for making this suggestion. It’s a nice idea, and would probably apply to any long-running query in Studio 3T.
We’ll investigate and endeavour to include this improvement in an upcoming version of Studio 3T.
-
1 vote
A nice suggestion, thank you for making it.
We’ll investigate and endeavour to include it in an upcoming release.
-
app crashed
i always lost my script due to unexpected crashed :(
1 vote -
URL Schema
Allow Studio3T to open right to a specific window/search based on a url
EG
3t://db/collection?query={_id: }&skip=15&limit=12
Where each of query, projection, sort, limit, and skip are optional1 vote -
about the price
Hi...
Just a question...
I would like to use this product for personal projects. I have couples. This is not a commercial using. I would like to pay just once for a minor version and use it all time... $149 per year is too much for me... I'm ready to pay $30 per year...
1 vote -
Don't switch focus when query completes
When I open a new tab on a collection, I often start entering a query in the Query field before the initial query for the tab is done. With a recent update, after I click in the query field and maybe start typing focus will shift to the Result window after the initial query is done.
This didn't use to happen, and is annoying because I have to click back in the Query field to continue typing.1 vote -
IntelliShell - Reconnect to Primary
If the Primary changes while IntenniShell is running, i would be nice for it to recognize that change and ask if I want to reconnect using the new Primary.
1 vote -
sir, how to update join result data in mongodb collection
update p
set p.itemno = m.itemno
from exportprocess as p
inner join masterexportprocess as m on p.id=m._id1 vote -
create a customer portal
a place where I can see he history of my subscriptions, availability dates for current subscription, download my invoices...
1 vote -
Aggregation
the docs show
db.sales.aggregate(
[
{
$group : {
_id : { month: { $month: "$date" }, day: { $dayOfMonth: "$date" }, year: { $year: "$date" } },
totalPrice: { $sum: { $multiply: [ "$price", "$quantity" ] } },
averageQuantity: { $avg: "$quantity" },
count: { $sum: 1 }
}
}
]
)
The operation returns the following results:{ "id" : { "month" : 3, "day" : 15, "year" : 2014 }, "totalPrice" : 50, "averageQuantity" : 10, "count" : 1 }
{ "id" : { "month" : 4, "day" : 4, "year" : 2014 }, "totalPrice"…1 vote -
Would like to be able to save updates from the update query builder
Ideally I'd like to have something to easily switch between the query part (to be 100% sure I know what I'm updating) then show the update portion and click update.
1 vote -
Close button should close window only
Like every Mac app, when you click on the cross button on the left side of the app to close it, it should close the window but keep the app running.
1 vote
- Don't see your idea?