When navigating to a URL with a querystring like:
http://localhost:5000/search?q=test+test the url suddenly becomes http://localhost:5000/search?query=test%2Btest
Is it possible to alter this behaviour? I don't see anything wrong with the plus sign and I'd like to keep the sign in the url for various reasons.