Exapmple. How can I make the app find the word "academic" when someone searches for "akademic"
Thanks
You could substring out the first 2 chracters and use the SQL "LIKE" command to find words that start the same.
But if you are looking for academic, and type akademix, you will get nothing.