X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/15266a9fdd6630a3ce767d5e4a33ff670948a600..f1c4615c32532cdb03845c017f660fa5c5a06331:/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);