http://127.0.0.1/search/query?type=cloth&date=10.10.2015&page=1
/
, ie it is necessary so:http://127.0.0.1/search/query?type=cloth&date=10.10.2015&page=1/parameter
/search/:query
that displays the query that's all after query?
in the URL and it does not take a parameter after the slash as separate. How to fix it?req.query.page.split("/")
Find more questions by tags Express.jsNode.js