I have the following text
Car/red
i want it to be sent withing the url ex:
http://ii/search/index/search/Car%2Fred/page/2
but doing so gives the "Search" query string only the "car" and ignore the "red" part how can we encode the slash so in can be sent within the URL ?