Hi, I'm trying to create an app where the user is trying to find demographics for a particular place, a CBSA let's say. I'd like them to be able to type in the CBSA name or city within a CBSA (whether spelling is correct or not) and the app will be able to get them their demographics for that CBSA based on the CBSA boundaries. I was thinking about using fuzzy match to find the almost correct name and if no match could be found use an error message to say "check spelling or use the drop down list to select CBSA." The drop down list would be my backup to choose. Thing is I don't know how to use the fuzzy match to find the right CBSA if the name is kinda close or if that is even the best tool to use in this instance?
Any ideas would be appreciated. Thank you community.
Brad