c_pattle Posted December 20, 2010 Share Posted December 20, 2010 On a website I'm building at the moment I want to have a search bar. At the moment when I make the search I am using the MySQL "LIKE" to compare the user's search with records in a database. However this is only a very basic search. For example if the user is looking for articles on javascript but they mis spell it as "jaavscript" then using "LIKE" won't recognises these two as being similar. Could anyone point me in the direction or some articles or tutorials about how to perform better search with PHP and MySQL? Thanks for any help. Link to comment https://forums.phpfreaks.com/topic/222200-php-search/ Share on other sites More sharing options...
BlueSkyIS Posted December 20, 2010 Share Posted December 20, 2010 http://www.google.com/search?client=safari&rls=en&q=php+mysql+full+text+search&ie=UTF-8&oe=UTF-8 Link to comment https://forums.phpfreaks.com/topic/222200-php-search/#findComment-1149520 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.