Hi,
I am having a hard time figuring this out... how do I enter a "where" clause for checking if the "_updatedAt" field is within the last hour? In other words, I want to retrieve a record only if it was updated within the last 60 minutes.
Just to clarify, I want to do this within the MongoDB itself (as a query criterion), not bring down all the records and then check which of them were updated within 60 minutes.
Thanks,
-Kal.