Hi,
I have a blob field that has book reviews in it. I want to let users search for specific words within this field.
Right now I have the search like this:
blah, blah, blah '%$fieldname%'
The problem with this is that a search for "man" would pull up "woman" also. I want it to search through the entire blob field and only show the specific word, "man", and nothing else.
How do I do this?