MONGODB - Expression Binding - Filter

I am working with the MongoDB Module connected to FANUC MTLinki:
I am struggling to get the MongoDB Expression Binding to work correctly with filtering dates.

I can get the script to work properly.

Any help is appreciated!

Sample Data from MongoDB:

{ "_id": { "$oid": "12345678" },
 "L1Name": "HAAS_321", 
"updatedate": { "$date": "2024-10-28T13:40:00.000Z" }, 
"enddate": { "$date": "2024-10-28T13:52:26.000Z" }, 
"timespan": 746, 
"signalname": 
"condition",
 "value": "DISCONNECT",
 "filter": null, "TypeID": null, "Judge": null, "Error": null, "Warning": null }

I haven't used this module in Ignition before, but were you able to use MongoDB Compass to confirm that the find filter is valid? If you do that, then you are sure it's a syntax issue with the binding in Ignition.

Yes. I have verified the filter in Compass and the syntax worked there:

I headed down a path of setting the filter as an object but it did not work.