From: Sarah Hoffmann Date: Tue, 10 Sep 2013 17:11:19 +0000 (+0200) Subject: allow reverse search order by default X-Git-Tag: deploy~586 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/89669d80b5c0c4c0068f8710191c44bc9da270a6?ds=sidebyside allow reverse search order by default --- diff --git a/lib/Geocode.php b/lib/Geocode.php index a784d53b..e1acb2f6 100644 --- a/lib/Geocode.php +++ b/lib/Geocode.php @@ -15,7 +15,7 @@ protected $aExcludePlaceIDs = array(); protected $bDeDupe = true; - protected $bReverseInPlan = false; + protected $bReverseInPlan = true; protected $iLimit = 20; protected $iFinalLimit = 10;