Posts by Thiago Alves • 1 point
1 post
-
-1
votes0
answers19
viewsQ: How to search two req.query array referencing only one field in the nodejs api, in which way the code uses the second assignment?
By assigning two req.query to the same filter field for the array, it only takes the second, how can I use both req.query using ranges as search ? exe: req.query.competencia_initial = '201901'…