The map autocomplete setup no longer binds search results to the current viewport in templates/visualize/map.js. Since componentRestrictions: country already narrows results sufficiently, this avoids over-biasing suggestions toward whatever area the map happens to be showing. In practice, users should get more relevant place matches across the allowed country instead of being unintentionally constrained by the visible map region.

Removed viewport-bound autocomplete bias so place search relies on country restrictions instead of the current map area. - zhengqunkoo/taxibros