Hi,
I cannot get a query with a WHERE clause to work in my app. The strange thing is it works just fine in the Editor Test, but not when I wire it up in the 'app'.
First screenshot below shows testing in the Editor, it works fine.
Second screenshot shows how I'm trying to wire it in the app, this fails, even though I test with the same hardcoded where clause:
{"time_of_next_status_change": {"$lt":"1433968469762"}}.
Any ideas where I'm going wrong here will be much appreciated.