π§ Using a filter fallback in proximity searches
How to update from Smart Map to Google Maps
Follow the instructions below to learn how to update to the new Google Maps plugin...
In the new Google Maps plugin, this option has been renamed from filter
to subfields
.
Other than being renamed, there is no functional difference in behavior.
{# OLD #}
{% set options = {
'target': 'California',
'filter': 'fallback'
} %}
{# NEW #}
{% set options = {
'target': 'California',
'subfields': 'fallback'
} %}
New Documentation
See the complete new Subfield Filter Fallback documentation.