Full text queryhttp://forums.asp.net/t/1773558.aspx/1?Full+text+querySat, 25 Feb 2012 09:20:44 -050017735584849910http://forums.asp.net/p/1773558/4849910.aspx/1?Full+text+queryFull text query <p>Hi everybody, could somebody help me please? Is it possible to write fultext query with containstable, that will return all rows, in which the secified word doesn't appear? I have tried using something like this '&quot;*&quot; and not &quot;word&quot;, but the wildcard doesn't return any row.</p> <p>So anyone has an idea please?</p> 2012-02-24T18:18:30-05:004849940http://forums.asp.net/p/1773558/4849940.aspx/1?Re+Full+text+queryRe: Full text query <p>I think you can't do like this, because wildcard is not supported in the query and &quot;AND NOT&quot; must be always combined with a search condition</p> <p>( &lt; contains_search_condition &gt; ){ { AND | &amp; } | { AND NOT | &amp;! } | { OR | | } }</p> <p><a href="http://msdn.microsoft.com/en-us/library/ms189760.aspx">http://msdn.microsoft.com/en-us/library/ms189760.aspx</a></p> 2012-02-24T18:45:09-05:004849957http://forums.asp.net/p/1773558/4849957.aspx/1?Re+Full+text+queryRe: Full text query <p>So there is no possibilty to search text which doesn't contains specified word?</p> 2012-02-24T19:09:14-05:004850444http://forums.asp.net/p/1773558/4850444.aspx/1?Re+Full+text+queryRe: Full text query <p>Not with the full-text search, use a regular WHERE clause.</p> 2012-02-25T09:20:44-05:00