X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/ffcce6036fa166736e45625ff239e6407c269b4d..5781e198a72922dcc1c7eeca900285d5aa38c5e4:/utils/query.php?ds=inline diff --git a/utils/query.php b/utils/query.php index 956bb566..6068c7c0 100644 --- a/utils/query.php +++ b/utils/query.php @@ -58,6 +58,7 @@ if (!$oParams->hasSetAny($aSearchParams)) { $oGeocode = new Nominatim\Geocode($oDB); $oGeocode->setLanguagePreference($oParams->getPreferredLanguages(false)); +$oGeocode->setReverseInPlan(true); $oGeocode->loadParamArray($oParams); if ($oParams->getBool('search')) {