Tool-Kid / express-query-adapter

:mag_right: :dizzy: Transfrom automatically Express.js req.query into your favourite query tool
MIT License
72 stars 29 forks source link

Order Criteria #309

Closed matispf84 closed 1 year ago

matispf84 commented 2 years ago

I'm having problems with the order +. For some reason with '+' it doesn't go into the line if (field.startsWith('+')) { and I don't understand why. I tried with Postman, with fetch, with Axios and the same.