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 / May 2008

Tip: Looking for answers? Try searching our database.

Special Character  -   Plus Sign

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Khris - 21 May 2008 20:01 GMT
I understand from other posts that special characters should be converted
into words (example % should be changed to percent).
I am trying to work with a plus sign (example find product names like 33+)
I tried changing the + to plus (and to "append" and to "add") but nothing
seems to work.
NOTE - using SQL 2005.

Thanks in Advance
Daniel Crichton - 22 May 2008 08:01 GMT
Khris wrote  on Wed, 21 May 2008 12:01:01 -0700:

> I understand from other posts that special characters should be
> converted  into words (example % should be changed to percent).
[quoted text clipped - 3 lines]
> nothing  seems to work.
> NOTE - using SQL 2005.

> Thanks in Advance

Special characters are not converted into words by FTS - you have to do this
yourself in the actual data. For instance, you create your application to
change all occurrences of + to the word PLUS when the data is inserted, and
in your search code you change all occurrences of + to the word PLUS before
passing to FTS, and you will get matching results because the query matches
the data.

Signature

Dan

 
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.