Skip to content

search-engine-manager: escape the search string

When a user types a search string with special characters, they should be escaped before they are used as a part of a URL. For example, if a user types "!g c++", it should mean searching Google for "c++", not searching for "c " just because "+" means " " in a URL.

Edited by Ting-Wei Lan

Merge request reports