Parameterise the search only within countries

This commit is contained in:
alfmarcua
2023-07-06 08:52:41 +02:00
parent 157f0b8a83
commit 26e78efbb9
3 changed files with 12 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ PHP_CONST_DEFS = (
('Search_NameOnlySearchFrequencyThreshold', 'SEARCH_NAME_ONLY_THRESHOLD', str),
('Use_US_Tiger_Data', 'USE_US_TIGER_DATA', bool),
('MapIcon_URL', 'MAPICON_URL', str),
('Search_WithinCountries', 'SEARCH_WITHIN_COUNTRIES', bool),
)