Keyfinder searching works similarly to Singleline searching: the user types in the search term, and Pro Web returns the address that matches the search in the picklist.
Keyfinder searching can only be used with certain datasets that contain a logical reverse search key, for example:
Pro Web enables users to search on a key search term. For example:
When users submit a search, each component of the entered information becomes a subject of the search. Telephone numbers undergo pre-processing to allow a variety of formats to be searched on successfully.
This search type is only available for use with certain datasets that contain a logical reverse lookup search key.
This is a two-step process involving two endpoint methods:
engine
to Keyfinder. Keyfinder searching works similarly to Singleline searching: the user types in the search term, and Pro Web returns the address that matches the search in the picklist.
Pro web SOAP enables an untrained user to capture their own address with minimal interaction by entering information into a wizard.
This is a multi-step process involving the following operations:
Operation | SOAP Action | Description |
---|---|---|
1. Can Search | DoCanSearch |
Checks whether the combination of data mapping, engine and layout are valid for search. |
2. Initial Search | DoSearch |
Performs the initial search. |
3. Get Final Address | DoGetAddress |
Creates a final formatted address from a previously created picklist item. |
Typically, the process of searching with the Keyfinder engine follows this format:
DoCanSearch
action.DoSearch
action can be used for the initial search. It returns a Picklist
object which contains PicklistItems
that can be displayed. Each item can remain merely informational, be expanded or formatted into a final address.DoGetAddress
action will apply a layout to this item, returning a FormattedAddress
object that contains the final formatted address.These searches usually involve the following stages:
This example shows how the users would search for an address using a gas meter number (MPRN). The users can use the same search technique to search for an electricity meter number (MPAN), or a gas or electricity meter serial number.
This example shows how the users would search for an address using a unique property reference number (UPRN).
Numbers
This example shows how the users would search for an address using a telephone number.
Select Key Search method.
Select the required data mapping from Datamap list. Ensure that the selected data mapping contains Names (NAM) data.
Enter the telephone number, 6177911428, and click Search.
A picklist is returned containing the property details and a list of all registered occupants.
User can return the full address without a name by clicking the premises number at the top of the list.
Alternatively, they can click on the required resident and the name and full address is returned.