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

Faster Faceting

Current faceting solution is not fast enough for search use cases for larger datasets.
Guest over 5 years ago in Atlas Search 1 Completed

Allow faceting for embeddedDocuments

At the moment embeddedDocuments does not allow number or date faceting. (https://www.mongodb.com/docs/atlas/atlas-search/define-field-mappings/#std-label-bson-data-types-embedded-documents) In my opinion, this does not make the operator useful, ...
Guest about 3 years ago in Atlas Search 5 Completed

Allow managing Atlas Search index via drivers

Currently I need to manage my indexes via the Atlas Search API but I would like to manage them using drivers in the same way that I manage all of my other MongoDB indexes.
Guest about 5 years ago in Atlas Search 3 Completed

Be able to create Search indexes from Mongo shell

Right now it seems like I can query indexes from the mongo shell but not create them, unless I am missing something in the docs?
Guest about 6 years ago in Atlas Search 4 Completed

Add storedSource parameter to atlas admin API search index create/update to use with terraform

Right now it is impossible to create atlas search index via terraform with "storedSource" parameter. This brings a lot of inconvenience and configuration-related bugs. Related issue https://github.com/mongodb/terraform-provider-mongodbatlas/iss...
Guest about 3 years ago in Atlas Search 2 Completed

Dedicated search nodes

Currently, Atlas Search (mongot) is collocated with Atlas (mongod) on the same database deployment. Today, I have to size their workload based on both search and database requirements, which introduces the possibility of resource contention betwee...
Guest over 2 years ago in Atlas Search 1 Completed

Allow autocomplete to work with special characters and Asia languages

Hello, We are now using Atlas Search, with a deep dive in this feature, we found out that it will be very cool to support "special characters" (such as @,-) and "Asia languages (such as Chinese)" for autocomplete. I think this is a requirement fo...
Guest over 4 years ago in Atlas Search 2 Completed

I need to be able to search for dates and numbers in arrays

I have sets of results which contain dates and I need to be able to search from within them. For example: { experience: [ { name: "Abc", startDate: ISODate("2019-01-01T00:00:00.000Z"), startDate: ISODate("2020-01-01T00:00:00.000Z") }, { name...
Guest over 5 years ago in Atlas Search 3 Completed

Allow autocomplete search on an array of strings

Currently, one can't use the autocomplete type to index fields whose value is an array of strings. This is a feature request to allow autocomplete indexing and searching on an array of strings.
Guest over 4 years ago in Atlas Search 6 Completed

Search Query Analytics

For Atlas Search, I'd like to see data about what queries are run, and how many results are returned for a given query.
Guest over 4 years ago in Atlas Search 3 Completed