You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Date column can be matched to a string column, however, when querying the following query is passed down, which results in no results being returned
{dateAdded:{$gte: "new Date(1544616061)" }} [1]
Correct query to be passed down: {dateAdded:{$gte: new Date(1544616061) }}
Description:
$subject, MongoDB date column cannot be matched to a siddhi column
Ref: https://docs.mongodb.com/manual/reference/method/Date/
Affected Product Version:
1.0.x
The text was updated successfully, but these errors were encountered: