Input:

I'm trying to get match with Merge mode of Fuzzy Match.
I tried with different "Generate Keys":
1.Double Metaphone w/Digits, -- Result: The key is based on Digits only so it give incorrect match as all Keyword contain digits 12345.
2.Whole Field ( Case Insensitive)-- Result: no match
3.Alphanumeric Only ( Case Insensitive) -- Result: no match
Alphanumeric Only MatchKeys:

I though fuzzy match will generate different length of keyword so i can pick possible match from output.
Need some help here as i can't figure out which "Generate Keys"/"match Function" to use in this case.