gaowei1012 / blog

this is blog
2 stars 0 forks source link

mongoose 模糊查询 #96

Open gaowei1012 opened 2 years ago

gaowei1012 commented 2 years ago

mongoose 实现模糊查询

sql db_order_model.find({title: $regex: 'title'})