We are trying to integrate ROR API affiliation search with our customer affiliation matching processes. One issue we are currently running into is getting inconsistant result as the UI search. For example when searching "Eureka Aerospace Corporation" on
https://ror.org/, "Eureka Aerospace (United States)" (
https://ror.org/00q9x4d93) is returned as the top organization. However, when searching the same organization against ROR API (
https://api.ror.org/v2/organizations?affiliation=Eureka%20Aerospace%20Corporation), "The Aerospace Corporation" (
https://ror.org/01ar9e455) is returned as the top match with `"chosen": true`. We tried falling back to the default "multi_search" by removing "single_search" from the request parameters. But still the same org
https://ror.org/01ar9e455 was returned at the top, with none of the organizations returned being marked as `"chosen": true`.
It would be greatly appretiated if anyone has insight to share on why the difference in behavior between UI search and API search, and how we can leverge the API to get better match result.