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

Feedback

Multiple Capture Groups in RegEx Tokenizer

Currently the RegEx tokenizer only supports to either create a token from each match or for one capture group per match. This makes it impossible to reuse parts of the text for multiple tokens, for example when you want to tokenize "13.3" into "13...
Guest almost 3 years ago in Atlas Search 1 Submitted

Search Page User Interface

We would like to have a search page that automatically hooks up our Atlas Search indexes to our application.
Guest almost 6 years ago in Atlas Search 0 Submitted

toggle or autohide left side menu and upper menu while

add a toggle button to minimize the width of menus taking the larger part of the screen while working with a specific cluster.
Guest almost 6 years ago in Atlas Search 0 Submitted

Duplicate search index

I want to be able to easily duplicate a search index in the Atlas UI.
Guest about 3 years ago in Atlas Search 0 Submitted

search

Allow scoring of individual embeddedDocument searches or allow $unwind phase before $search to enable fuzzy searching for specific embeddedDocument in array of embedded documents
Guest about 3 years ago in Atlas Search 0 Submitted

Improve the mongo query language

Sometimes I find Mongo query language as not put very well together, sometimes it feels like a patch job. It would be nice, if you could make you query language easier to reason about. It would be awesome, if you could introduce fluent style api b...
Guest about 3 years ago in Querying & Aggregations 0 Submitted

Add functionality to specify the readConcern level at db.collection.findOne()

Add functionality to specify the readConcern at db.collection.findOne(). At the version 5.0.14 it's not supported.
Guest about 3 years ago in Querying & Aggregations 0 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

.NET Driver

It would be great if the .NET driver would support $search along with all the associated operators.
Guest about 3 years ago in Atlas Search 2 Submitted

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