# Search via GET Parameter

The StoreLocator can also be called up with GET parameters to enable direct preselection of the stores.

The following are the possible parameters:

Parameter Values Description Examples
search any With the search parameter, a search for the given value is started directly when the StoreLocator is called. This parameter is needed to start the automatic search. search=hamburg
distance from plugin configuration "Search radius Here you can determine the search radius. Possible values can be found in the plug-in configuration "Search radius". Incorrect values will not be accepted. distance=250
order distance, country, name, random Defines the order of the stores found. Incorrect values will not be accepted. order=random
country DE, EN, NL, ... Here you can limit the search to one of the available countries. Incorrect values will not be accepted. country=DE
storeId ID of the store If the store ID is specified, the referenced store is displayed directly on the map and any further filter is ignored. Any further search is carried out without taking the store ID into account. storeId=ABC
storeName Name of the store Displays all stores whose name contains the given word. Other filters are ignored. storeName=Net Inventors
tag any Filters the first result additionally according to the specified tags. Several tags can be specified comma-separated. tag=filiale,markt
city any Filters the first result additionally according to the specified cities. Several cities can be specified comma-separated. city=Hamburg,Berlin
customFields any Filters the first result by additional fields. Several additional fields can be filtered at the same time. customFields[custom_store_locator_available]=true
featured 0 or 1 If active, only highlighted stores are displayed. Of course, the other filters still apply featured=1

Of course, you can also combine several parameters with each other.

Example:

https://www.yourshop.de/StoreLocator?search=hamburg&distance=250&country=DE
1