How to find a document that matches a map value in mongoDB/Mongoose

前端 未结 0 1987
孤街浪徒
孤街浪徒 2020-12-01 21:46
const BookSchema= new Schema( {
    writer:{ type: String, required: true },
    pages:{ type: Number},
    price:{ type: Number},
    name: { type: map,
                    


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题