[07:52:10] <raj> can someone please tell me what might be going wrong here? https://paste.ofcode.org/3bFRyyBKMu8wta2bKn87u9D
[15:07:15] <diverdude> Hi, i am trying to find all observations within last week and make a distinct filter on userId. I am using pymongo. I do like this: self.client.mydb.heartbeats.find(time_filt).distinct("userId"). time_filt seems to work ok, but my distinct filter gives a strange result. userId is a string of this type "5e0f771f82c91a1aadea8d64". Am I doing something wrong in my distinct filter?