List view search for misspelled word.

1
Hi Experts, Here I have an requirement that I have to search a exact name or mobile number from the listview when I mistakenly missed any letters or number from the original string.  For example, An search should return very similar results for misspelled names. A search for “Alx Smith” could return “Alex  Smith”  And also mobile number is formatted and stored  like this (435) 245-9389 when user tries to search 4352459389 or 435 245 instead of  (435) 245-9389 it could return all similar numbers in the list view. let me know the possibile ways to achive this scenario. Thanks in advance.
asked
1 answers
0

I’ve not used it myself, but I believe Lucene can do this. There is a Mendix module for it that may be of use.
https://appstore.home.mendix.com/link/app/3099/

answered