X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/8dbfdd59b0a209d3785a0e07004d8ca8e80e45d4..b2df8e478a51ef2264efd63339f8356bd835bff5:/lib-php/website/search.php diff --git a/lib-php/website/search.php b/lib-php/website/search.php index ae3e1dbf..b3a0fe83 100644 --- a/lib-php/website/search.php +++ b/lib-php/website/search.php @@ -74,10 +74,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');