X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/676f7c86705ae9d1ccdfdef6f6574cb491006e63..cefa7a3c3bba1e072e1518062da7fd1c1facdc00:/website/search.php?ds=sidebyside 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);