X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/33f7bba69858405517c68a4aaf609ce69e00e277..dd7912ff55b68944070b0bb5e3649baff2584878:/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);