mongoosejs/mquery

How to search collection with keyword?

kingkarki opened this issue · 1 comments

What is the equivalent function to search from the collection?

For example Select name from tbl_users where name like '%adam%' in mysql

How to do like on this mquery?