I have a table named Documents that has Content field full text indexed Now i need to create a query in such a way that the query should return docs that have at least one word "hello" that does not have word "world" following it.
And the result should be
Can a full text query be formulated in a way to achieve above results? If so how?? I want to avoid parsing Content manually as much possible as I can. |
↧
Is there a way to select a document that contains a word not followed by a particular word in full text?
↧