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

Introduce the ability to "forecast the Atlas Search index-size" in advance, before starting the index build

Currently, prior to building an Atlas Search index, there is no way for users to know how large that index can get. Knowing the projected-index-size in advance can especially be helpful for users who might need to build index on a large collection...
Guest about 4 years ago in Atlas Search 0 Submitted

Atlas Search for Online Archive

As a user of Online Archive, I would like full text search capabilities from Atlas Search available to me.
Guest over 5 years ago in Atlas Search 0 Submitted

Terraform import for Atlas search index

Currently it is not possible to import existing atlas search index into Terraform. Would be nice if we can import the existing atlas search index instead of re-create it via Terraform.
Guest 11 months ago in Atlas Search 2 Submitted

Allow to create Atlas Search index on a not existing collection

Currently it is not possible to create an Atlas Search index on a not existing collection, this makes more complicated to automatise the index creation on new clusters (e.g. via terraform). Would be nice to allow the implicit collection creation ...
Guest over 4 years ago in Atlas Search 0 Submitted

Percolator/reverse search

Ability to store queries that allow you to supply a document and return the queries that match it.
Guest over 4 years ago in Atlas Search 0 Submitted

Ability to return all documents in a collection

I need to return all documents in a collection while boosting certain results which match my search criteria.
Guest almost 3 years ago in Atlas Search 0 Submitted

Allow the option to mention the number of search results needed

I would like to get only the top scored 1000 or 2000 records while doing the search. Currently this is 2 step process : $search and then use the $limit stage.
Guest over 4 years ago in Atlas Search 1 Submitted

Add Atlas Search metrics into integration with Datadog

Problem Statement, Atlas Search metrics (https://docs.atlas.mongodb.com/view-atlas-search-metrics#atlas-search) are not sent to Datadog (Datadog's MongoDB Atlas integration (https://docs.datadoghq.com/integrations/mongodb_atlas/)). Proposal, Add ...
Guest almost 5 years ago in Atlas Search 0 Submitted

Support for fuzzy search and synonyms

it is just possible to either, use synonms, or fuzzy search. Would be great to have both options in one search query
Guest about 4 years ago in Atlas Search 0 Future Consideration

Provide a dictionary for matched/modified/deleted counts for bulk writes

Current bulk write operations provide only aggregated counts that look like this: ``` { acknowledged: true, insertedCount: 0, insertedIds: {}, matchedCount: 2, modifiedCount: 2, deletedCount: 0, upsertedCount: 0, upsertedIds: {} } ``` All ...
Guest about 1 year ago in Performance & Optimization 0 Submitted