simplemap
simplemap copied to clipboard
Postcode Searching
trafficstars
Description
Though it WORKS when doing it by adding more info to be explicit
{% set location = craft.entries.maps({ location: '32259 FL' }) %}
But NOT WORKING using zip/post code alone
{% set location = craft.entries.maps({ location: '32259' }) %}
Additional info
- Craft version: 3.5.11.1
- Maps version: 3.8.4.1
- PHP version: 7.2
- Database driver & version: MySQL 5.7.19
Is this fixed yet?