Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
DB Engine
SQL ServerMSDESQL Server CE
Services
Analysis (Data Mining)Analysis (OLAP)DTSIntegration ServicesNotification ServicesReporting Services
Programming
CLRConnectivitySQLXML
Other Technologies
ClusteringEnglish QueryFull-Text SearchReplicationService Broker
General
Data WarehousingPerformanceSecuritySetupSQL Server ToolsOther SQL Server Topics
DirectoryUser Groups
Related Topics
MS AccessOther DB ProductsMS Server Products.NET DevelopmentVB DevelopmentJava DevelopmentMore Topics ...

SQL Server Forum / Other Technologies / Full-Text Search / September 2007

Tip: Looking for answers? Try searching our database.

Full-Text Search

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Curtis - 25 Sep 2007 01:52 GMT
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
and I am only able to get results back when only one word is searched for.
InstantKiwi - 27 Sep 2007 00:07 GMT
Have you tried using FREETEXT predicate?  Look it up in Books Online.
Hilary Cotter - 27 Sep 2007 03:11 GMT
Wrap your search phrase in double quotes, ie

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

Signature

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

>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.
[quoted text clipped - 4 lines]
> online
> and I am only able to get results back when only one word is searched for.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2009 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.