all groups > sql server full text search > september 2007 >
You're in the

sql server full text search

group:

Full-Text Search


Full-Text Search Curtis
9/24/2007 5:52:01 PM
sql server full text search:
I have been trying to figure out how to do a search against my full-text
index where a user enters more than one word.
I can get results back if I just do a search for the name Bob but I can't
figure out how to get reuslts back if I enter Bob Smith.

I have tried the various different query options listed in the books online
Re: Full-Text Search InstantKiwi
9/26/2007 4:07:43 PM
Have you tried using FREETEXT predicate? Look it up in Books Online.

Re: Full-Text Search Hilary Cotter
9/26/2007 10:11:40 PM
Wrap your search phrase in double quotes, ie

select * from tablename where contains(*,'"this is my search phrase"')

--
RelevantNoise.com - dedicated to mining blogs for business intelligence.

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com
[quoted text, click to view]

AddThis Social Bookmark Button