moov-io / watchman

AML/CTF/KYC/OFAC Search of global watchlist and sanctions
https://moov-io.github.io/watchman/
Apache License 2.0
330 stars 87 forks source link

Reduce Jaro term proximity #511

Closed adamdecaf closed 10 months ago

adamdecaf commented 10 months ago

We can roughly assume terms should match within a few positions relative to each other. Queries should contain as many terms as possible and ideally would have rough ordering similar to indexed terms.

codecov-commenter commented 10 months ago

Codecov Report

Merging #511 (53d1fd2) into master (766a672) will decrease coverage by 0.01%. Report is 1 commits behind head on master. The diff coverage is 0.00%.

:exclamation: Current head 53d1fd2 differs from pull request most recent head 489fc9e. Consider uploading reports for the commit 489fc9e to get more accurate results

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #511 +/- ## ========================================= - Coverage 8.27% 8.26% -0.01% ========================================= Files 44 44 Lines 3492 3496 +4 ========================================= Hits 289 289 - Misses 3180 3184 +4 Partials 23 23 ```