Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("5c9204b974c01413c0f87yu87"),
  3. "name" : "Micheal",
  4. "createdAt" : ISODate("2019-03-20T09:15:37.220Z"),
  5. "updatedAt" : ISODate("2019-03-20T09:15:37.220Z")
  6. }
  7.  
  8. {
  9. "_id" : ObjectId("5c92050c74c01413c0f7ue64"),
  10. "name" : "Karthik",
  11. "createdAt" : ISODate("2019-03-20T09:17:00.028Z"),
  12. "updatedAt" : ISODate("2019-03-20T09:17:00.028Z")
  13. }
  14.  
  15. User.find({ "name" : { $regex : ".*Mical.*" }})....
  16.  
  17. User.find({ name: { $in: ["Mical"] }})....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement