-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
QO 2023-09-18, QO 2023-10-02
-
35
-
None
-
None
-
None
-
None
-
None
-
None
-
None
{ $match: {
$and: [{
$or: [{
$and: [{
$and: [
{"obj.obj.obj.date": {$lt: new Date("2019-11-22T07:26:07.247Z")}},
{"obj.obj.obj.str": {$not: {$gte: "bottom-line contingency"}}}]}]},
{"obj.obj.obj.date": {$gte: new Date("2019-12-15T15:20:50.078Z")}}]}]}}
The {"obj.obj.obj.str": {$not: {$gte: "bottom-line contingency"}}}]}]} gets dropped and replaced by a union of the two date ranges.