嗨这是我在数据库中的一个对象,现在我需要找到基于手机号码的对象。我怎么能用mongoose和nodejs做到这一点?请帮帮我
Father :{
Firstname:{
type:String,
required:true
},
Lastname:{
type:String,
required:true
},
Occupation:{
type:String,
required:true
},
PlaceOfWork:{
type:String,
required:true
},
OfficialAddress:{
type:String,
required:true
},
EmailId:{
type:String,
required:true
},
PhoneNo:{
type:Number,
required:true
}};
答案 0 :(得分:0)
您可以使用phoneNo轻松找到数据。
")