Fuzzy search uses the first character of the company name in the record segment to search for matching or duplicate records. You can configure the length of the characters used in the record segment.
To configure the length of the characters in the Company field, set the
Fuzzy Search Company Field Size
internal setting value. Default is 1 which means that the first character of the company name is used in the fuzzy search of duplicate records.
The following sample code configures the length of the characters in Company field:
API_SettingsManager.updateInternalSetting('Fuzzy Search Company Field Size','3');