]> git.openstreetmap.org Git - nominatim.git/blobdiff - website/search.php
make website work with https without browser complaints
[nominatim.git] / website / search.php
index 7e96e10e629ce7a208687190af3dc64477b25852..d4004ddbc3a40ba41e1a8c9edc232ff3761a7898 100755 (executable)
@@ -34,6 +34,8 @@
                if (isset($aParams['limit'])) $oGeocode->setLimit((int)$aParams['limit']);
                if (isset($aParams['offset'])) $oGeocode->setOffset((int)$aParams['offset']);
 
+               if (isset($aParams['fallback'])) $oGeocode->setFallback((int)$aParams['fallback']);
+
                // List of excluded Place IDs - used for more acurate pageing
                if (isset($aParams['exclude_place_ids']) && $aParams['exclude_place_ids'])
                {