The LIKE command seems to be quick but I dont have that many records at the moment. There is also no obvious way of ranking the results
The MATCH AGAINST option seems to work OK providing I only want to search one field despite the fact that one is VARCHAR and the other is TEXT so it should work.
I suppose I am looking for the best method to search a DB and return results for both single and phrase searching. I an after long term scalablity, I dont want 45 second search returns in the future.
Suggestions / Advice.
Regards