Hey @baris
thanks for the advice.
Result is:
> db.objects.findOne({_key: "user:136"});
{
"_id" : ObjectId("5af82062ad5173788d7841d8"),
"_key" : "user:136",
"username" : "**********",
"userslug" : "**********",
"email" : "**********",
"joindate" : 1526210658941,
"lastonline" : 1607610706017,
"picture" : "",
"fullname" : "**********",
"location" : "",
"birthday" : "**********",
"uploadedpicture" : "",
"profileviews" : 32,
"postcount" : 1,
"lastposttime" : 1526487797565,
"status" : "online",
"gdpr_consent" : 0,
"acceptTos" : 0,
"uid" : "136",
"passwordExpiry" : 1621247179428,
"password" : "**********",
"groupTitle" : "[]",
"aboutme" : "",
"email:confirmed" : 1,
"rss_token" : "e2325fb3-7142-4525-8ad8-0f2f731c7a9d",
"banned:expire" : 0,
"website" : "",
"signature" : ""
}
> db.objects.findOne({_key: "users:joindate", value: "136"});
null
If you see the start "**********" there is real data behind, I just masked it, because of the EU GDPR.
So the problem may be the "null" joindate?
Regards,
tecy