发布于 2015-09-14 15:19:37 | 171 次阅读 | 评论: 0 | 来源: 网络整理
-
$ifNull
Use the $ifNull operator with the following syntax:
{ $ifNull: [ <expression>, <replacement-if-null> ] }
Takes an array with two expressions. $ifNull returns
the first expression if it evaluates to a non-null
value. Otherwise, $ifNull returns the second
expression’s value.