For the following route:
/search?q=something
On my express server, I\'m accessing q by doing req.query.q.
q
req.query.q
If I we