How to implement a great search within a mysqldb - within a table if i search with '...LIke %bla%....' not all entrys would be found - if bla within a word for example. a search with soundex would be great to - but if i read the manual i must create an soundex-index to search for soundex-values?
So the question whats the "best practice" to write a good db-search vor a keyword within a simple column "title" or someting else.
bye