I am using fuzzy matching for addresses. I created an 'address value' that is a combo of address line 1 and 2, formatted like 19 Yellow rd,2.
The issue is that if I have a value like 19 yellow rd, it does not match with 19 yellow rd,2, and I would like instances like this to match. However inversely, if it does have a ste # like 19 yellowrd,2 I do not want it to match with 19 yellow rd. Any tips on how to configure this?