Hi Folks,
Hope everything is well
I'm dealing with matching some titles that are truncated or suffixed that I need to match internal identifiers with and I'm having issues using fussy matching to get these.
The issue is I can't do overall similarity as I don't want to match the 'Draft' version of documents so it needs to be does the first x characters match, and that's the ENTIRE name of what we have if that makes sense?
| Match 1 | Match 2 | Percentage |
| ABC | ABC123 | 50% |
| DEF | DEF | 100% |
| GHI | GIH | 33% |