I have the following code, can you see why it would not pull any info where the group_type and group_name are correct, and the date in the database is later than the take set in the query:
precode
where:{"$and" : [{"group_name": "A Name"}, {"group_type" : "Local Government"}, {"createdAt" : {"$gt" : "2014-02-28 13:54:00.000"}}]}
count:1
/code/pre
I get no errors, but the 'createdAt' on the collection is later than the current date, so it should return 1 row