Posts by Gabriel Freitas • 11 points
1 post
-
0
votes1
answer333
viewsQ: How do I put more than one filter in my search for a get?
I am using mongodb and Node. In the code below I am only searching for an 8 digit code, but I wanted to put also a search by name, as I do? exports.getByCode = (req, res, next) => { Roles…