How do I best implement search functions on my site? (just local search). All info that should be searched is in a MySQL table. I wan't both a simple search that searches everything and one advanced seach form. What I need to know is how to set up the SQL-query. I've only done searches with full textindex before. But this is different. If I for instance has a feild with a latin name for something and someone spells it wrong when they are searching how do I fix this so that the search function still will return the most likely result?
Some tutorials online?! .b [EMAIL PROTECTED]