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 20 of 276

Support pagination when sorting by searchScore on Search Nodes

Using searchAfter / searchBefore on Search Nodes when sorting by searchScore can be inconsistent.
Guest 8 months ago in Atlas Search 1 Public Preview

Allow autocomplete search on multiple fields using a wildcard path or by specifying multiple fields in the path

Currently, (unlike the text operator) the autocomplete operator does not accept a path which is an array of field names. Also, a wildcard path ("path": {"wildcard": "*"}) cannot be specified for an autocomplete query. Therefore, the only way to pe...
Guest almost 5 years ago in Atlas Search 10 Will Not Implement

Please support on-prem installations

Can we get Search on-prem? Is this always going to be an Atlas-only feature?
Guest about 6 years ago in Atlas Search 27 Started

Support for nested datatype search

It appears that Atlas Search does not yet support nested documents in arrays like MongoDB https://docs.mongodb.com/v4.2/reference/operator/query/elemMatch/
Guest about 6 years ago in Atlas Search 3 Started

Support Decimal128

Enable indexing and querying of near and range operators for Decimal128.
Guest over 5 years ago in Atlas Search 10 Under Consideration

Return results from within arrays

I have a document that looks like this: { shoppingList: [ { name: "red hat"}, { name: "green shoes"} ] } I would like to query $search for "green" and return {name: "green shoes"} instead of returning the entire document.
Guest over 5 years ago in Atlas Search 5 Planned

Atlas search to provide the ability to query number (long/double) fields

When querying mongo using atlas search, today it requires that the query parameter be a string. Ideally, I would like to be able to also search using numbers. Our stakeholders want the ability to type into a dropdown select field , type a number, ...
Guest over 4 years ago in Atlas Search 3 Planned

Allow $match or $sort stages that follow the $search stage to use MongoDB native indexes

Currently, if there are `$match` or `$sort` stages that follow the `$search` stage, then those `$match` and `$sort` stages are unable to use MongoDB's native indexes on the fields being matched/sorted. While the [documentation recommends](https:/...
Guest about 4 years ago in Atlas Search 0 Will Not Implement

Analzye Endpoint or Analysis Screen

Please show how an index is analyzed based on a given index definition.
Guest about 5 years ago in Atlas Search 2 Planned

Errors When Querying Non-existent Indexes

I renamed the first index I created when testing out the feature so it wasn't default, and spent quite a bit of time debugging why my queries were returning no documents. As it turns out it the default index that it queries if not defined is "defa...
Guest over 5 years ago in Atlas Search 1 Under Consideration