> This works for me. What language are you searching in and have you removed
> all the numbers from your noise word list and rebuilt your catalog?
I have simmilar problem searhing for 'Colfed-A' word. When using
CONTAINS (SEARCHCOL ,'"Colfed-A*"'), I get no rows back.
I deleted "A" from the following files: noiseENG.txt, noiseENU.txt and
FULL-repopulated the catalogs with no luck.
Additionaly, I still get the "full-text search condition contained noise
word(s)." warning trying to do CONTAINS (SEARCHCOL ,'"A"').
Any ideas?
Thank you,
Igor
Russell Fields - 15 Mar 2007 21:42 GMT
Igor,
Perhaps you are using the Neutral language and need to edit noiseNEU.txt.
(Not to be confused with noiseENU.txt, which is US English.) Or else,
ensure that the SEARCHCOL is set to use the proper language.
Also check out your default full-text language setting in server
configuration options.
RLF
>I have simmilar problem searhing for 'Colfed-A' word. When using
> CONTAINS (SEARCHCOL ,'"Colfed-A*"'), I get no rows back.
[quoted text clipped - 9 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
Hilary Cotter - 16 Mar 2007 04:22 GMT
This works for me, note that the wildcard extends to all tokens in your
search phrase, and the hyphen is thrown away in searches, so a search on
Colfed-A* will match with Colfed-A, Colfed A, Colfede-Abc, and Colfede Abc,
etc.
I am wondering if your population has finished.

Signature
Hilary Cotter
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 simmilar problem searhing for 'Colfed-A' word. When using
> CONTAINS (SEARCHCOL ,'"Colfed-A*"'), I get no rows back.
[quoted text clipped - 9 lines]
>
> *** Sent via Developersdex http://www.developersdex.com ***
mEmENT0m0RI - 19 Mar 2007 17:47 GMT
Sorry guys,
I didn't meen to abandon this thread. I wasn't geting emails on this fav
for some reason.
The full string I was seaching for with "CONTAINS (SEARCHCOL ,'
"COLFED-A*"')" was as follows: "Colfed-A 8-120 ". I ended up
not only removing "A" from the noise words but also the numbers.
So, it works now, but in my mind it still should've found it with
numbers in the noise file.
Thank you for all your help