You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run an OFAC screening for an Individual with the following properties
Name : Vazir
address : Any random Address
When I search for only the name, like https://oss.moov.io/watchman/?name=VAZIR&limit=10 . I expect to see results for name matches on the SDN including Alternate name matches and Denied persons which works as expected.
However, when I try to additionally add an address to the search the Alternate Name and DPL matches disappear completely from the results
The text was updated successfully, but these errors were encountered:
vishwasbabu
changed the title
When searching name + address, alt name search gets skipped entirely
When searching name + address, alt names and DPL searches gets skipped entirely
Sep 17, 2022
Watchman Version:
v0.23.0
What were you trying to do?
I am trying to run an OFAC screening for an Individual with the following properties
Name : Vazir
address : Any random Address
When I search for only the name, like https://oss.moov.io/watchman/?name=VAZIR&limit=10 . I expect to see results for name matches on the SDN including Alternate name matches and Denied persons which works as expected.
However, when I try to additionally add an address to the search the Alternate Name and DPL matches disappear completely from the results
Ex: https://oss.moov.io/watchman/?address=Any%20Random%20Address&name=VAZIR&limit=10
Even explicitly adding an ALT Name search to the address and name search, alternate name matches do not appear
Ex: https://oss.moov.io/watchman/?address=Any%20Random%20Address&name=VAZIR&altName=VAZIR&limit=10
What did you expect to see?
I would expect a search for https://oss.moov.io/watchman/?address=Any%20Random%20Address&name=VAZIR&limit=3 to return alternate names and denied persons as well, something like
What did you see?
However, a search for https://oss.moov.io/watchman/?address=Any%20Random%20Address&name=VAZIR&limit=3 returns a result similar to the one below and does not include details of alternate names and denied persons.
Note: While I could a query like https://oss.moov.io/watchman/?address=Any%20Random%20Address&limit=3&q=VAZIR to get the results I am looking for, I would ideally not want the name to be used for running an address match and flag unrelated results (which would happen if I use "q" for the name search)
How can we reproduce the problem?
Provided above
The text was updated successfully, but these errors were encountered: