πŸ”§ Filtering entries by subfield value

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 = {
    'filter': {
        'country': 'United States'
    }
} %}

{# NEW #}
{% set options = {
    'subfields': {
        'country': 'United States'
    }
} %}

New Documentation

See the complete new Filter by Subfields documentation.