How to create a query that will return similar words if no exact match is found? For example, if the query tries to match "mstke", and if the word is not found in the database, then the results should contain similar words, such as "error", "error", "accept" and "fog".
I tried %LIKE%, but it displays the exact match of words.
source
share