I am trying to make a full complex search using php and mysql.I want to use this search system for search a city in database.
For example if anyone want to search “Houston” and he entered wrong spelling, like “Hoston” instead of “Houston”, the city origional city “Houston” will popup in search.
Please give me any suggestion how can I solve this and how can I make a full complex search with php and mysql.
I am trying to make a full complex search using php and mysql.I want
Share
Try Sphinx search engine for that. It make index and keep in memory so search is very fast