From: Sarah Hoffmann Date: Wed, 15 Oct 2014 22:35:33 +0000 (+0200) Subject: Merge remote-tracking branch 'upstream/master' X-Git-Tag: deploy~508 X-Git-Url: https://git.openstreetmap.org/nominatim.git/commitdiff_plain/79b30a8c0f695746b3ed79e4fb484accd5bf9bec?hp=27984ef340c389886a6b80d2a867d234f9ee0c1c Merge remote-tracking branch 'upstream/master' --- 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);