]> git.openstreetmap.org Git - nominatim.git/blobdiff - lib-php/admin/warm.php
Split lookupInCountry in two functions and document NOMINATIM_SEARCH_WITHIN_COUNTRIES...
[nominatim.git] / lib-php / admin / warm.php
index 5cbae89846f52bc9034f9c36d0ed352260b98fd3..32f78f46614fc8ec037581a94491cadf0b9e47f4 100644 (file)
@@ -41,6 +41,7 @@ loadSettings($aCMDResult['project-dir'] ?? getcwd());
 @define('CONST_Use_US_Tiger_Data', getSettingBool('USE_US_TIGER_DATA'));
 @define('CONST_MapIcon_URL', getSetting('MAPICON_URL', false));
 @define('CONST_TokenizerDir', CONST_InstallDir.'/tokenizer');
+@define('CONST_Search_WithinCountries', getSetting('SEARCH_WITHIN_COUNTRIES', false));
 
 require_once(CONST_LibDir.'/Geocode.php');