Georgii Glinskij
Results
2
comments of
Georgii Glinskij
the one doesn't work for absolute url's, there's an active issue -> [#18859](https://github.com/angular/angular/issues/18859)
The following worked for me: `BooleanOperators.Not.not(Eq.valueOf("field_id").equalToValue(BsonNull.VALUE)),` Translates into: `{ "$not" : [{ "$eq" : ["$field_id", null] }] }`