AdminAmy (Admin, MongoDB)
My feedback
12 results found
-
9 votes
An error occurred while saving the comment -
16 votes
An error occurred while saving the comment AdminAmy (Admin, MongoDB) commentedTo return only matching sub-documents within arrays, you can use an equivalent $filter expression in the $project stage of your pipeline. See Playground example: https://search-playground.mongodb.com/tools/code-playground/snapshots/667adca6fef99fff9972a251
This works well for $search expressions that have equivalent $filter expressions (e.g. equals, in, range), however, some query operators like autocomplete or text may need to be approximated with $regexMatch or similar. For more information, read the docs: https://www.mongodb.com/docs/atlas/atlas-search/embedded-document/#query-for-matching-embedded-documents-only
-
2 votesAdminAmy (Admin, MongoDB) shared this idea ·
-
5 votesAdminAmy (Admin, MongoDB) shared this idea ·
-
2 votesAdminAmy (Admin, MongoDB) shared this idea ·
-
1 voteAdminAmy (Admin, MongoDB) shared this idea ·
-
3 votesAdminAmy (Admin, MongoDB) shared this idea ·
-
10 votesAdminAmy (Admin, MongoDB) shared this idea ·
-
1 voteAdminAmy (Admin, MongoDB) shared this idea ·
-
1 voteAdminAmy (Admin, MongoDB) shared this idea ·
-
1 voteAdminAmy (Admin, MongoDB) shared this idea ·
-
362 votes
Now in Public Preview: Introducing a Local Experience for Atlas, Atlas Search, and Atlas Vector Search with the Atlas CLI
Please feel to reply with feedback or leave comments. Happy to connect directly and include your team in our Early Access Program to provide additional help.
AdminAmy (Admin, MongoDB) supported this idea ·
Atlas Search does not support or index Decimal128 fields, so any values that are Decimal128 will be counted towards the "default" bucket. To vote for supporting Decimal128, please vote here: https://feedback.mongodb.com/forums/924868-atlas-search/suggestions/40734700-support-decimal128