- Find duplicates
- Prevent duplicates
- Filter and sort a search result list by relevance
Uses
- Customer database: see if a client already exists on your database, even with slightly different data.
- Money transfers: detect if the specified recipient of a transfer is really the account owner.
Sort example
A database searches for Peter von Däniken using fuzzuy-searching and the result is a list of names (see below). But which records are relevant?The name matcher orders the search results by relevance. The quality of the results increases and manual work decreases.