Hello,
I want to be able to query a table so that the results MUST contain a phrase, for example "This is my house" but must also include one or more of the following:
"this is my dog"
or
"this is my cat"
or
"this is my goat"
So, MUST include "This is my house"
and MUST include AT LEAST ONE OF:
"this is my dog"
or
"this is my cat"
or
"this is my goat"
I want to be able to query a table so that the results MUST contain a phrase, for example "This is my house" but must also include one or more of the following:
"this is my dog"
or
"this is my cat"
or
"this is my goat"
So, MUST include "This is my house"
and MUST include AT LEAST ONE OF:
"this is my dog"
or
"this is my cat"
or
"this is my goat"