X-Git-Url: https://git.openstreetmap.org./nominatim.git/blobdiff_plain/5872b8123254e20c08a4192091b6e1cea7eaa69c..825e19480891f7ad3dd368056e4db5ef902e97a5:/lib/Geocode.php diff --git a/lib/Geocode.php b/lib/Geocode.php index 69b6f41c..6589f754 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -18,7 +18,7 @@ class Geocode protected $aLangPrefOrder = array(); protected $aExcludePlaceIDs = array(); - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10; @@ -650,6 +650,8 @@ class Geocode $this->oNormalizer ); + $oCtx->setFullNameWords($oValidTokens->getFullWordIDs()); + // Try more interpretations for Tokens that could not be matched. foreach ($aTokens as $sToken) { if ($sToken[0] == ' ' && !$oValidTokens->contains($sToken)) {