How can i make a user name search system where it can like almost auto correct the name and list similar names you could like select instead of typing the full name?
Any help is appreciated
2 Likes
It is called fuzzy string searching, which is approximately what you are attempting to achieve.
3 Likes