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

Atlas Search

Showing 60

Allow autocomplete to work with email addresses.

At the moment, an autocomplete index does not tokenize the "@" in email addresses. So when using an autocomplete search on an email address field, the search breaks as soon as the "@" is entered. I started a thread in the community about this ver...
Guest about 5 years ago in Atlas Search 1 Completed

Functionality that provides details of how a score was calculated for an individual document

Every document returned by an Atlas Search query is assigned a score based on relevance. Many factors can influence a document's score, including the position of the search term in the document, the frequency of occurrence of the search term in th...
Guest over 4 years ago in Atlas Search 4 Completed

Synonym support for search

I'd like to be able to set synonyms for word in my search index, for example, making a search for "cerulean" redirect to "blue"
Guest about 6 years ago in Atlas Search 1 Completed

Extending Range operator support to ObjectId values

If the Range operator supports ObjectId, it'll be really useful for the application that sorts or paginates data using _id, since _id is sorted by default.
Guest about 3 years ago in Atlas Search 1 Completed

support for the storage and high speed search of dense vectors (i.e. word embeddings)

One feature I would like to see in mongoDB is the support for the storage and high speed search of dense vectors (i.e. word embeddings). This feature, in combination with full text search, would bring mongoDB within parity with Elasticsearch and h...
Guest over 4 years ago in Atlas Search 0 Completed

Metric for Displaying Search Index Consistency Lag

I would like a metric that shows me what the latency is between the state of the MongoDB collection and the Search index in Atlas. The difference between the optime of the collection and the optime of the Search index would be the latency. Pleas...
Guest about 5 years ago in Atlas Search 1 Completed

Support highlighting with autocomplete operator

Currently, highlighting is supported only with search, term, compound, and span operators, and this is documented in the highlighting documentation. Therefore, if highlighting is used with the autocomplete operator, then it results in an error lik...
Guest over 4 years ago in Atlas Search 1 Completed

Allow aggregate pipeline on input documents before Atlas Search indexing

If Altas Search allowed us to apply an aggregate pipeline to input documents before they are sent to Atlas Search for indexing, it would open up a TON of new possibilities not currently supported. We could do data transformations, type conversions...
Guest about 2 years ago in Atlas Search 5 Completed

Ability to exclude documents matching a certain criteria from index

We don't do physical deletion of documents, but a logical one, flagging them by setting a value for a `deleted_at` field. We would like an option to exclude documents where that field exists and is not null from the index, because they will never...
Guest over 2 years ago in Atlas Search 1 Completed

Support querying with numeric arrays (like $in)

I want to be able to query for multiple numbers in the same query without having to specify separate “range” clauses (or “equals” when they are supported with numbers). ie. I want to be able to query for [1, 2, 3] and any document which matches 1,...
Guest almost 3 years ago in Atlas Search 2 Completed