Hi,
I just had a problem with querying with the date range, which seems to be not working. however, the general way of querying is working fine for me.
{
"filter": {
"createdAt": {
"$gte": {
"$date": {
"$numberLong": "1657839600000"
}
},
"$lt": {
"$date": {
"$numberLong": "1657926000000"
}
}
}
}
}