Answer the question
In order to leave comments, you need to log in
How to make a request specifying 2 parameters, the selection will be OR / AND NodeJs?
SOLVED: Selecting 2 parameters using OR
models.user.findOne({
where: {
$or: [{ "email": req.body.login} , {"login": req.body.login}]
}
.. Thank
you
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question