X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/0d567291d668dcb912375d0e8ec779525c7c0bba..1e9f37ab82db1758235bedf83c659693f4ca6c3e:/lib-php/website/search.php diff --git a/lib-php/website/search.php b/lib-php/website/search.php index 72ddebe1..e553ef39 100644 --- a/lib-php/website/search.php +++ b/lib-php/website/search.php @@ -79,10 +79,12 @@ if (isset($_SERVER['REQUEST_SCHEME']) .$_SERVER['HTTP_HOST'].$_SERVER['DOCUMENT_URI'].'/?' .http_build_query($aMoreParams); } else { - $sMoreURL = '/search.php'.http_build_query($aMoreParams); + $sMoreURL = '/search.php?'.http_build_query($aMoreParams); } -if (CONST_Debug) exit; +if (CONST_Debug) { + exit; +} $sOutputTemplate = ($sOutputFormat == 'jsonv2') ? 'json' : $sOutputFormat; include(CONST_LibDir.'/template/search-'.$sOutputTemplate.'.php');