Address Matcher

Release notes on tasks that apply to the Address Matcher.

Version Type Description ID

19.0.13.0

ENH A new context property, MAP/MapAddress/Google/Params/Geocoding/Region ccTLD has been added to allow the setting of the region value for Google geocoding requests. TI-16324

19.0.16.0

CORR The issue of Address Matcher LOC search results being sorted by hint instead of by score has been fixed. TI-17319
19.0.18.0 ENH Support has been added to searching by city in Trapeze4 Address Matcher. To enable the new functionality, the following new Context Properties have been added:
  • MAP/AddrMatch/Tp4Classic/Param/Advanced/UseBeginsWithPlaceSearch: If selected, all places where the place name begins with or exactly matches the search text are returned, otherwise, only exact matches are returned.
  • MAP/MapAddress/Common/ParseOutCityByDelimiter: Sets the address matcher to parse out and treat all search text as the city after the first found instance of the set delimiter in CP MAP/MapAddress/Common/DelimiterForParsingCity. If a second instance of the set delimiter is found, the address matcher only parses out and treats the search text as the city between the two delimiters. All matching instances of the set delimiter after the first two are ignored.
  • MAP/MapAddress/Common/DelimiterForParsingCity: Sets the delimiter the address matcher uses to parse out and treat as the city within the search text.
    Note: To avoid unexpected search results, the set delimiter should be different than '#', and any values set within the CP MAP/MapAddress/Common/CrossStreetDividers. If the CP MAP/MapAddress/Common/CrossStreetDividers isn't set, then the delimiter should be different than '#', '@', '&', 'at', 'and'.
TI-17340
19.0.21.0 ENH Added a new context property, MAP/MapAddress/Google/Params/Autocomplete/Restrict Results To Countries that can be used to limit the search results returned by Google Address Matching service to the selected countries. (Countries must be represented using their assigned two-letter ISO 3166-1 Alpha-2 country codes. A maximum of five countries can be selected.) TI-19293