Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions packages/compass-aggregations/src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,14 +92,18 @@ export const STAGE_SPRINKLE_MAPPINGS = {
link: 'https://docs.mongodb.com/manual/reference/operator/aggregation/currentOp/#pipe._S_currentOp',
tooltip: ''
},
$facet: {
link: 'https://docs.mongodb.com/manual/reference/operator/aggregation/facet/#pipe._S_facet',
tooltip: 'Allows for multiple parellel aggregations to be specified.'
$densify: {
link: 'https://docs.mongodb.com/rapid/reference/operator/aggregation/densify',
tooltip: 'Creates new documents in a sequence of documents where certain values in a field are missing.'
},
$documents: {
link: 'https://docs.mongodb.com/v5.1/reference/operator/aggregation/documents/#mongodb-pipeline-pipe.-documents',
tooltip: 'Returns literal documents from input values.'
},
$facet: {
link: 'https://docs.mongodb.com/manual/reference/operator/aggregation/facet/#pipe._S_facet',
tooltip: 'Allows for multiple parallel aggregations to be specified.'
},
$geoNear: {
link: 'https://docs.mongodb.com/manual/reference/operator/aggregation/geoNear/#pipe._S_geoNear',
tooltip: 'Returns documents based on proximity to a geospatial point.'
Expand Down