I'm working on a full text search that will search through subject lines.
The search word is not necessarily a discreet word but could be a fragment
like ...
dog where dog could appear as hotdog, doggone, dognapper etc.
My question is, is there a way of wildcarding the search request to look
Thanks to all that responded to my questions about Full Text Searching.
Being caught up in that paradigm I overlooked the simpler answer :)
I am now experiencing a problem with pulling data from a Text (longvarchar)
field in MySql. The data is entered into a TEXTAREA field on a web page and
f