while creating aggregation pipeline with a simple match condition like the one above it does not work.
{
$expr: {
$gt: [
{
$strLenCP: '$noticeLink2'
},
0
]
}
}
- is duplicated by
-
COMPASS-3803 aggregation pipeline builder does not support operators in "$eq"
- Closed