Custom Field Search/Filter
With the support of custom field filtering, you can search any data whether it is the store's default field or the custom field that you have created through ASL Settings > Custom Field Manager, to include this search you have to use the shortcode below.
[ASL_STORELOCATOR search_2="title,description"]
In the above shortcode, we have added the title and the description search, you can add any amount of fields in comma separated way, here is the same as the city and state search.
[ASL_STORELOCATOR search_2="city,state"]
The above search field is only included in template 0 and template 1.
How to add Search by Store Name?
In case you have added search by address and you want to include the search by name, you can try the following shortcode to include an additional search that will work with the store titles.
[ASL_STORELOCATOR search_2="title"]
The above shortcode attribute is not supported in Template 2 and 3.