I'm looking to find out the way to auto correct search. I'm trying with 'LIKE' query but that is not fit in my case.
PRODUCT_NAME + " like '%" + keyword + "%'
What i want to achieve is: Assume user typed keyword "BANDY" but database table contains "BRANDY" so how i can suggest BRANDY to user in this case.
Any third party library? Any custom query? Any suggestion?