AdminAmy
(Admin, MongoDB)
My feedback
13 results found
-
1 vote
AdminAmy (Admin, MongoDB) shared this idea ·
-
12 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
9 votes
An error occurred while saving the comment -
23 votes
An error occurred while saving the comment AdminAmy (Admin, MongoDB) commented
To 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
-
3 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
8 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
2 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
2 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
6 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
12 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
2 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
3 votes
AdminAmy (Admin, MongoDB) shared this idea ·
-
1 vote
AdminAmy (Admin, MongoDB) shared 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