3 questions
-3
votes
1
answer
148
views
"Cannot set property query of #<IncomingMessage> which has only a getter" when using express-mongo-sanitize or xss-clean
I'm using Express 5, and I'm now running into this error when using express-mongo-sanitize or xss-clean:
TypeError: Cannot set property query of #<IncomingMessage> which has only a getter
In ...
0
votes
1
answer
3k
views
Is there a way to pass gte, lte etc in the URL query string?
Using Node/Express/Mongoose, is there a way to pass queries like $gte, $lte in the url parameter?
I am working on a dashboard tool that has to have about 40 different query options (up to 6 of them ...