To use Pro Plug and Go, you would need to have Pro Web (the server component) configured and licensed first.
ProPlugAndGo.exe file in the installation folder.The Settings dialog opens, allowing you to set up the server connection, search engine behavior, search result preferences, and match‑information display options.
Pro server URL is a required configuration.
This is the network location of the Pro Web server that the client should connect to. The URL must point to a running Pro Web instance.
The network connection can leverage HTTP or HTTPS depending on how Pro Web is set. By default it is HTTP. See more details on how to connect.
Example:
http://myprowebserver:8080
Once the configuration is saved, all address searches will be directed to this server. If the URL is incorrect or unreachable, the client will not be able to return any search results and an error message will be displayed.
Engine intensity controls how strictly the search engine evaluates the match input information.
The possible values are:
Defines the maximum number of results that should appear in the initial picklist when address suggestions are returned.
For example:
This option applies to searches performed using the Verification search type.
When enabled, the results include additional match attributes that provide insight into how closely the entered address matches the dataset record. This verification match information is useful in workflows including compliance, audit, and data‑quality validation steps.
If disabled, only formatted address results are shown, without any match metadata.
After changing the settings:
# Select Save and close - the client immediately applies all settings.
# Select Cancel - the dialog closes without applying the changes.
Correct configuration is required in order for Pro Plug and Go to successfully return search results.
Pro Plug and Go allows configuring key combinations to automatically select specific dataset, layout and engine.
Hotkeys are configured in the config.json file that is part of the Pro Plug and Go client installation folder. The file is created automatically during the first run. It allows the following format for hotkey configuration:
"hotkeys": [
{
"dataset": "GBR",
"hotkey": "Alt+1",
"layout": "My GBR Layout",
"searchType": "Singleline"
}
]
In this example, GBR data asset is selected as an asset to search against, while the search type is Singleline and the results will follow the structure of "My GBR Layout".
Certain keys and key combinations cannot be used as hotkeys because they conflict with standard text input or system-level shortcuts.