match score instead of match strength

Options

Hello.

The path /cases/{caseSystemId}/results allows to get result and 1 of the parameters is matchStrength with value from enumeration (WEAK, MEDIUM, STRONG, EXACT).

Is it possible to get match score (numerical value) instead of match strength or at least convert strength value into number using some formula?

Thank you.

Best Answer

  • brian.bourgault
    Answer ✓

    Hi @david,

    The 4 categories simplify and support future changes to the matching engine that, however small, may change the exact match score. It's best to use the categories as this will insulate you from any minor match score fluctuations in the future.

    Hope this helps,

    Brian