Thanks in Advance.
I am implementing FREETEXTTABLE into a search form. I wanted to know how the following queries would behave and what results would be returned. Also, would like to know if brackets form a valid part of a query.
So, if I search for "Abuse AND (procedure OR legislation)", would this be a valid search query for FREETEXTTABLE? Or would I need to pass in "Abuse AND procedure OR legislation".
My worry is that if I pass in "Abuse AND procedure OR legislation", it will find results that are "Abuse AND Procedure" Or "Legislation" when I want the results that have "Abuse" AND "Procedure OR Legislation".
Thanks in advance for your help.