Address Matcher

Release notes on tasks that apply to the Address Matcher.

Version Type Description ID
19.6.0.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.8.0.0 ENH Context properties have been added to help refine the search for line abbreviations (LineAbbr) that include leading 0's. The following properties help limit the search to words that are long enough to be a LineAbbr and that begin with a digit:
  • MAP > AddrMatch > TpLine > Param > PaddedLineAbbrSearch > Enabled
  • MAP > AddrMatch > TpLine > Param > PaddedLineAbbrSearch > LineAbbrMustBeginWithDigit
  • MAP > AddrMatch > TpLine > Param > PaddedLineAbbrSearch > RemoveLeadingPadding
  • MAP > AddrMatch > TpLine > Param > PaddedLineAbbrSearch > MaximumPaddedLength
TI-15561
19.9.0.0 ENH A new property, MAP > AddrMatch > TpLocation > Param > AllowAddressOnlySearch has been added. If selected, Address Matcher searches for the location based on the street number and name if provided. This is set to Off by default. TI-14651
19.9.0.0 ENH Improved handling of scoring of results from the initial and secondary Address Matcher searches such that LineAbbr results score higher than LineName ones. TI-15757
19.9.0.0 ENH A new property, MAP > AddrMatch > TpLine > Param > FilterOutExpression has been added. If selected, Address Matcher runs the expression on each matching line result, and if true, the line result is removed from the final returned results. TI-15758
19.9.0.0

CORR The issue of Address Matcher LOC search results being sorted by hint instead of by score has been fixed. TI-17319

19.12.0.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 context propertyMAP > MapAddress > Common > CrossStreetDividers. If the context property MAP > MapAddress > Common > CrossStreetDividers isn't set, then the delimiter should be different than '#', '@', '&', 'at', 'and'.
TI-17340
19.16.0.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
19.22.0.0 CORR

A new context property, MAP > AddrMatch > TpLine > Param > Advanced > PenaltyForFullNameMatch that applies to line searches has been added.

Users can set a value to apply a fixed penalty to all matches in searches based on LineName. Less accurate matches on LineAbbr will more likely have a better score than more accurate matches on LineName.

If the default values set for the penalty types in the other MAP > AddrMatch > TpLine > Param > Advanced context properties are used, a value of 20 can be set for the new property to ensure LineAbbr matches are scored better than LineName matches.

TI-20552/MPSTE-1008
19.24.0.0 ENH
The following Trapeze6 properties (context properties) have been added:
  1. MAPAddrMatch > Tp4Classic > Param > DisplayMapNameAndALIAS. If selected, the map name and map alias are returned for the same segment ID.
  2. MAP > AddrMatch > Tp4Classic > Param > Advanced > WeightPartialNonMatchPenalty. - The set value for the penalty applies to the non-matching part of the address. For example, a user enters "LOYAL H" - one search result is "LYALL". The matching length is 3, 4/7 does not match. 7 is the length of the target address (LOYAL H). The score is based on this weight.
PASS-23407