Algorithm for fuzzy matching

You can now choose an algorithm for fuzzy matching.

To specify the algorithm to be used for fuzzy matching, in the BizRightsSettings table of the IRC database , configure the SettingValues in the Setting Name FuzzyAlgorithm. The SettingValues that can be configured are:

  • 0 (Zero):-Levenshtein algorithm is used
  • 1:- Jaro-Winkler algorithm is used
  • Any value other than 0 or 1:- Levenshtein algorithm is used
Note: The setting value is set to 0 which means Levenshtein algorithm is used, by default.