Skip to Main Content

MongoByte MongoDB Logo

Welcome to the new MongoDB Feedback Portal!

{Improvement: "Your idea"}
We’ve upgraded our system to better capture and act on your feedback.
Your feedback is meaningful and helps us build better products.

ADD NEW FEEDBACK

All feedback

Showing 4034 of 4034

Support for OR Conditions

We need support for matching for one condition out of several. This is an important usecase for my requirements. e.g. $or: [{ "airlines": "United" }, { "ticket_price": { $lte: 600.00 } }] Thanks!
Guest about 3 years ago in Atlas Search 0 Submitted

og the size of oplog-mongomirror.bson.sz at time of deletion in mongomirror logs

currently when we run the mongomirror with --oplog, it does the status when it is deleted. It will be good , to add the size information of `oplog-mongomirror.bson.sz`, that will help us to decide the appropriate disk .
Guest about 3 years ago in Atlas 0 Submitted

Provide features for array comparisons

It would be very helpful if we can lookup documents that have certain array fields that match the provided array in the query. Exact match, Any match etc should be supported. All data types should be supported. e.g { text: { path: "city", query: ...
Guest about 3 years ago in Atlas Search 0 Submitted

Improve sorting performance

Sorting always ends up doing a collection scan when the selected index for the find/match does meet the sort requirement. The sort effectively makes the performance worse by 15-25 times for the "matched" dataset which runs into 10s of thousands (n...
Guest about 3 years ago in Performance & Optimization 0 Submitted

$currentDate option to only update if the document was modified

A common pattern in a data model is to have a field that denotes when the data was last modified. For this example, let this field be called "updated". I want to toggle a field on a document called "enabled", and if the value is modified I also wa...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Filtered Indexes

Provide capability to create filtered indexes. This would allow creating tenant-specific indexes in a multi-tenant database. While the current implementation does support this feature in a way, it requires manual maintenance of such indexes as th...
Guest about 3 years ago in Atlas Search 1 Submitted

Heroku Atlas Plugin

Since mongo lab https://docs.mlab.com/mlab-to-atlas/ is acquired by mongo, and migration to Atlas is recommended. We need Heroku Plugin for mongo Atlas, as promised on https://docs.mlab.com/mlab-to-atlas/ page FAQ section. My company is plannin...
Guest over 6 years ago in Atlas 1 Submitted

highlight vs filter option for dashboard filters

An issue I ran into with a line chart is that you can only display so many data points before it starts showing incomplete data. I wanted to add a date range dashboard filter to the line chart but that only highlighted the data in that date range ...
Guest about 3 years ago in Charts 1 Submitted

Support database references to other collections

i want to use searchBeta operator on dbref objects attribute how i can give instructions to analyzer to access fields from reference object and do indexing For example, assuming the following two collections: Collection1 { _id: ObjectId("5d636ff...
Guest over 6 years ago in Atlas Search 0 Submitted

Tags for Functions, Values

A feature to quickly see which functions I already completed, tested, updated, whatever. Like a simple tagging system so that we could add tags to a function just for visibility to quickly see which functions need which work! (In addition to this...
Guest about 3 years ago in Atlas 0 Submitted