Using the DDS instance of Data Fusion, if I use the /entity/search call with the inputs:
searchstring = 'Toyota Motor Corp'
entitytype = 12 (organization)
In the results, one entity has a name that is an exact match for the input. However, that entity has a lower score than the top match, which is:
Toyota Motor Philippines Corp
This doesn't make sense to me. What kind of scoring algorithm are we using that produces this result?