Description
Possible API is:
Mql.Exists(<field expression>)
|
// and
|
Mql.IsMissing(<field expression>)
|
// and
|
Mql.IsNullOrMissing(<field expression>)
|
|
Possible translations are:
{ $ne : [{ $type : "$field" }, "missing"] }
|
// and
|
{ $eq : [{ $type : "$field" }, "missing"] }
|
// and
|
{ $in : [{ $type : "$field" }, ["null", "missing"]] }
|
Attachments
Issue Links
- is depended on by
-
CSHARP-4540 Translate additional parameters for $dateFromString
-
- Closed
-
- related to
-
CSHARP-4852 Linq3Provider does not deal correctly with non-existing objects
-
- Closed
-