Is your feature request related to a problem? Please describe.
Some pairs in our simulation file differ only by a little, and the strongest match algorithm is not always producing what we require.
Describe the solution you'd like
We want the ability to manipulate the best match by weighing certain fields with higher contribution towards matching score than others. Ideally, we would be able to do this from the SDKs, or with a specification file of sorts.
Describe alternatives you've considered
Another alternative is to have an API endpoint that allows us to see which matches are produced and their scores (by field), so that we can do post-processing on the report to drive which match is returned using our own prioritization scheme.