InternationalTradeAdministration / developerportal

Welcome to the Trade Developer Portal. Through this site, the Federal government gives software developers access to authoritative information on U.S. exports and international trade via standard APIs. The data accessible here is targeted at helping U.S. small businesses export and expand their operations in overseas markets.
http://developer.trade.gov
37 stars 41 forks source link

Fuzzy search for SDN not working as expected #147

Open PaulD0525 opened 5 months ago

PaulD0525 commented 5 months ago

We have a specific test case for the Consolidated Screening List, using the SDN source option, which is not working as expected. The search term is “Almaz Antey Telecom”, and it doesn’t return any results; however, if we drop “Telecom”, then we start seeing matches.

GET https://data.trade.gov/consolidated_screening_list/v1/search?name=Almaz%20Antey%20Telecom&fuzzy_name=true&sources=SDN HTTP/1.1

On the treasury site (https://sanctionssearch.ofac.treas.gov/), we have the option of changing the Minimum Name Score, which we would typically set to 85. This returns results for Almaz Antey Telecom as expected. image

Is our test case supported?