Hello Pascal,
You have to use containstable for that
Simon Sabin
SQL Server MVP
http://sqlblogcasts.com/blogs/simons
> I am trying to create a full text search which allows users to choose
> such things as "with this exact phrase" , "with all of these words"
[quoted text clipped - 19 lines]
> rankedIDs ON
> contacts.id = rankedIDs.contact_i
Pascal - 21 Aug 2007 15:46 GMT
Good morning Simon and thanks for you help.
The problem with Constainstable with our SQL statement, is that it
applies the 3 criterias on a per column basis. We need the 3 criterias to be
evaluated to all the columns of the table at the same time as if they were
all concatenated together like one big column and not evaluated on a per
column to column basis.
Maybe we are not aware that freetext, constains or containstable works on a
per column to column basis?
LeeRoy
> Hello Pascal,
>
[quoted text clipped - 27 lines]
> > rankedIDs ON
> > contacts.id = rankedIDs.contact_id