I was using the following request SEQ-2f, 4a, 8, 5b to retrieve the results for the keyword "CHINA":
{
"groupId":"{{group-id}}",
"entityType":"UNSPECIFIED",
"providerTypes":[
"WATCHLIST"
],
"name":"CHINA",
"customFields":[
]
}
and 7 matched results was returned. (using the production api)
However, if I enter the same keyword "China" and select "UNSPECIFIED" to search on the web application, then 8 results will be returned.
May I know the reason and how we could resolve it? Thank you.