Having big time problems with my full text search on my site. Think its a pretty easy one though for you PHP gurus
The following query does not bring back any records but they are definitely there!! For example the category field contains the words "Designer Men" and the brand is "Duck And Cover" (in the mySQL db). This code is a direct copy of another query but for "ladies ladie women women's" and it works prefectly this is why i do not understand it!!
Basically there is a minimum character limit of 4. and i was trying to bring back results using a 3 character string "men". This server variable "ft_min_word_len" can be updated but it has to be done at mySQL server startup. Unfortunately I am on a shared platform and cant see my host doing this for me.