09-16-2023, 10:35 PM
{ "_id" : ObjectId("6506104587c3282b491c57b9"), "Code" : { "S" : "18590b272a5efb22cd9367ea2d40c2eaab7ab611" }, "FBUserId" : { "S" : "123" }, "PointCount" : { "N" : "27" }, "NumberPhotos" : { "N" : "2" }, "TotalShares" : { "N" : "1" }, "GalleryStyle" : { "S" : "237,235,241," }, "UserName" : { "S" : "345" }, "Created" : { "N" : "1424721619" }, "Email" : { "S" : "[email protected]" }, "LastEmail" : { "N" : "1450929178" }, "EmailOptIn" : { "N" : "1" }, "CountryCode" : { "S" : "US" }, "LastLogin" : { "N" : "1431274471" }, "Active" : { "N" : "1" }, "Name" : { "S" : "Jennifer nett" } }
This is the JSON for one of the leaks.
1) If this is loaded into mongodb, how do we search on the "Email" -> S = "[email protected]"
2) how do I create an Index for Email->S
Anyone know?
This is the JSON for one of the leaks.
1) If this is loaded into mongodb, how do we search on the "Email" -> S = "[email protected]"
2) how do I create an Index for Email->S
Anyone know?