Having problems with space characters in search
- From: BernhardR <bernhard.renner@xxxxxxxxx>
- Date: Mon, 22 Jun 2009 05:10:58 -0700 (PDT)
Hello Everyone,
I'm facing a real problem using freetext seach. Whenever the recods
cointain spelling variations just on white spaces, I do not get the
desired results.
For example, when I search for "C Sharp" I'll get the propper
results.
However, when I try to search 'Csharp' (without a whitespace) I'll get
a result.
Example:
SELECT ProgLanguages
FROM Developers
WHERE CONTAINS(ProgLanguages, 'Csharp')
[ProgLanguages]
VB, SQL, CSHARP, Java --> Hit
VB, SQL, C SHARP, Java --> No Hit
I already modified the noise list and removed all characters. This
didn't help.
Is there anything that I'm missing? Has someone an idea?
Thank's in advanve!
Bernie
.
- Prev by Date: Re: Restoring mulitple catalogs to another location using "WITH MOVE"
- Next by Date: Re: Full text search - change tracking not working - help!
- Previous by thread: Restoring mulitple catalogs to another location using "WITH MOVE"
- Next by thread: Re: Full text search - change tracking not working - help!
- Index(es):
Relevant Pages
|