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 / November 2007

Tip: Looking for answers? Try searching our database.

Major Search Problem

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Baldwin - 13 Nov 2007 17:22 GMT
Hi,

I got a problem on searching a keyword with '&'.

I run this query and I got all records with '&'.
select * from freetexttable(table1, *, 'AT&T');

I run this and I got records with AT&T.
select * from table1 where fieldname1 like '%AT&T%'

Since 'AT' and 'T' are considered noise words, how can I search for
'AT&T' as a whole word?

Thanks in advance.
Baldwin
Hilary Cotter - 14 Nov 2007 02:34 GMT
remove t and at from your noise word list, rebuild your catalogs and it
should work.

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

> Hi,
>
[quoted text clipped - 11 lines]
> Thanks in advance.
> Baldwin
 
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.