Hi Team,I am using below query to search the result. searchquery='select title,id, UrlName, Summary, ArticleType from knowledgearticleversion where Title like \'%'+searchstring+'%\'';We have three records with title 'Wi-Fi', but if i am searching with keyword WiFi there is no result. However if I am searching with exact Wi-Fi text only the results are coming.Question: I want to build my query in such a way that if user enter Wifi or Wi-Fi the results should come. Please let me know.ThanksSatheesh K