Re: searchin for words with a "-"
From: Gerald Baeck (GeraldBaeck_at_discussions.microsoft.com)
Date: 11/14/04
- Next message: Gerald Baeck: "spaces"
- Previous message: John Kane: "Re: Full Text Search Setup"
- In reply to: John Kane: "Re: searchin for words with a "-""
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 14 Nov 2004 11:54:08 -0800
Hi John,
thx for your answer. Here is my version:
Microsoft SQL Server 2000 - 8.00.760 (Intel X86) Dec 17 2002 14:22:05
Copyright (c) 1988-2003 Microsoft Corporation Enterprise Edition on Windows
NT 5.0 (Build 2195: Service Pack 4)
"John Kane" schrieb:
> Gerald,
> Can you post the full output of -- SELECT @@version --? This is very helpful
> information to understand your environment BEFORE jumping to conclusions and
> solutions.
>
> However, based upon a quick test of a FTS query on "d-mail" (with and
> without the double quotes), I suspect that you have SQL Server (2000 or 7.0)
> installed on Windows Server 2004 (Win2003) or Windows XP (WinXP) as this
> type of FTS query results behavior is typical of the wordbreaker dll
> (langwbrk.dll) when used with punctuation characters such as "-" (dash or
> hyphen) and other such punctuation characters. This is not the typical
> behavior of SQL Server (either version) installed on Windows 2000 Server
> (Win2K) with its wordbreaker dll (infosoft.dll). See my many, many posts on
> this subject via Google Groups at
> http://groups.google.com/groups?q=langwrbk+infosoft
>
> Thanks,
> John
>
>
>
> "Gerald Baeck" <GeraldBaeck@discussions.microsoft.com> wrote in message
> news:87E770D9-617A-4C9A-A84E-BE239EE92E54@microsoft.com...
> > Hi,
> >
> > if I use the following SQL-Query:
> >
> > SELECT * from test_index
> > WHERE CONATINS(test_field, '"d-mail"')
> >
> > It seems that the query selects every row that contains the word "mail".
> >
> > How could I only serach for "d-mail"?
> >
> > thx, Gerald.
>
>
>
- Next message: Gerald Baeck: "spaces"
- Previous message: John Kane: "Re: Full Text Search Setup"
- In reply to: John Kane: "Re: searchin for words with a "-""
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|