{
date : "2014-06-27 11:50:24.336458"
status : "Blaah blaah"
},
{
date : "2014-06-27 11:55:24.336458"
status : "Blaah blaah2"
},
{
date : "2014-06-27 11:59:24.336458"
status : "Blaah blaah3"
}
I would like to filter those documents whose near to datetime "2014-06-27
00:04:24.336458 is less than current time. Is there a way I can achieve this using
view.
