Re: Exact phrase searches on FTS
- From: "Daniel Crichton" <msnews@xxxxxxxxxxxxxxxx>
- Date: Mon, 17 Jul 2006 16:24:17 +0100
Jose wrote on Mon, 17 Jul 2006 10:33:16 +0200:
Hi,
Does anybody knows how to create a T-SQL using CONTAINSTABLE from which
brings an exact phrase results?
At the moment I get the same results if I look for "Yellow*" and
"Yellow"... is a bit weird.
That would imply that you have no rows with words starting with Yellow, such
as Yellowing. If you don't, then seeing the same results is expected - it's
matching on all rows that have the word Yellow somewhere in the text.
Dan
.
- References:
- Exact phrase searches on FTS
- From: Jose Walker
- Exact phrase searches on FTS
- Prev by Date: Exact phrase searches on FTS
- Next by Date: Re: FTS Performance in SQL 2005
- Previous by thread: Exact phrase searches on FTS
- Index(es):