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

Showing 98 of 4026

Show UUID fields as UUID in document editor

I have a collection with documents containing UUID fields (standard, not legacy). When I browse those documents in the extension, they are shown like this: { "_id": "5e58eae46015f74c61dd6af0", "my_uuid": { "$binary": { "base64": "ILGr2eKZSmq...
Guest about 5 years ago in IDEs 1 Submitted

Write playground as TypeScript file

## Feature Request It would be nice to write MongoDB playground in Typescript, then we will have design time validation and good suggestions in IDE. ## Detailed Description It would be awesome to have types for MongoDB interfaces and the abili...
Guest about 2 years ago in IDEs 1 Submitted

Linting/Validation support for query language

It would be nice if MongoDB for VS Code had a built-in functionality to verify query syntax, best practices, etc. Conceptually, this would work similarly to how ESLINT works for JavaScript.
Guest over 5 years ago in IDEs 0 Submitted

Hybrid Search

Provide improved support for combining $search and $vectorSearch stages
Guest 9 months ago in Vector Search 0 Submitted

Threshold-based similarity search

We should support threshold-based similarity search instead of solely topK search. This would allow us to more efficiently gather results by considering a relevancy threshold within the prefilter.
Guest about 2 years ago in Vector Search 0 Submitted

Improve Performance when filtering collection as part of Atlas Vector Search

Adding filters to the $vectorSearch aggregation step should improve performance of vectorSearch given that we are searching over a smaller subset of the collection. Especially if those filters are for fields that we have an index for. When testin...
Guest almost 2 years ago in Vector Search 1 Submitted

Open documents in the same tab

Every time I want to check a doc, It opens it in a new tab Which makes it difficult to navigate across the workspace. I would recommend open docs in the same tab and maybe device some mechanism to open the docs in a new tab if the user wants to co...
Guest almost 6 years ago in IDEs 1 Submitted

"Table View" of Documents

As some others tools have, a way to view all documents from a collection in a table format with columns and lines. An 'click on header for sort' is well desirable.
Guest about 5 years ago in IDEs 6 Submitted

Atlas Vector Search + Geospatial, please! 🙏

Would love to be able to do a geospatial query like $geoWithin together with Atlas Vector Search query!
Guest about 2 years ago in Vector Search 0 Submitted

Vector Search Index support in pymongo

Currently creating a Search Index of type "vector" is not possible with pymongo v4.6.2. https://www.mongodb.com/community/forums/t/create-vector-search-pymongo-latest-version-returns-command-not-found/267874/3?u=matthieu_mazzolini
Guest about 2 years ago in Vector Search 0 Submitted