I'm using Node.js and I found out that when I send GET
call to a server with C++
then in SQL binding I get C(blank space)(bankspace)
(checked with console.log(req.query.keywords)
so essentialy the same length of the string, but no chars there.
When I use SELECT * FROM jobs WHERE keywords LIKE' %c++%';
it works normally and gives me results. Is there something I don't know about Node - like it's dropping signs like +
?