X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/f404b81388537f33a4a9355991f8eeecd914a5b9..d5af98b63b3c812974dda6a554e0bf0aa59b96c0:/website/search.php diff --git a/website/search.php b/website/search.php index a3a926fd..cd522c57 100755 --- a/website/search.php +++ b/website/search.php @@ -89,7 +89,7 @@ } else { if (!(isset($_GET['q']) && $_GET['q']) && isset($_SERVER['PATH_INFO']) && $_SERVER['PATH_INFO'][0] == '/') { - $sQuery = substr($_SERVER['PATH_INFO'], 1); + $sQuery = substr(rawurldecode($_SERVER['PATH_INFO']), 1); // reverse order of '/' separated string $aPhrases = explode('/', $sQuery);