Contains query results
- From: "Rick Femmer" <rfemmer@xxxxxxxxxxxxxxxxx>
- Date: Wed, 5 Jul 2006 14:49:50 -0500
I'm appologize for posting this again, but I was told about posting aliases,
seeing our company is an MSDN subscriber I set up the posting alias and I am
reposting:
We have a table with Full Text Index on a name column, running the
following query returns different results than expected.
select * from tablename where contains(membername, '"JOHN E SMITH"')
Data returned is: JOHN E SMITH and JOHN L SMITH.
Using wildcards return both names:
select * from tablename where contains(membername, '"*JOHN E SMITH* "')
That data that is expected would be to return only JOHN E SMITH.
It seems the noise word file has the entire alphabet in it by single letter.
This seems to be an issue with a middle initial in the name.
I was given a response in my previous post, to remove the noise words in the
noise file leaving a space in the file and repopulating the full text
indexes.
I've tried that route and still recieved the same results:
What is best way to handle this?
Thanks,
Rick
.
- Follow-Ups:
- Re: Contains query results
- From: Mike C#
- Re: Contains query results
- Prev by Date: Re: Contains
- Next by Date: Re: Contains
- Previous by thread: Contains
- Next by thread: Re: Contains query results
- Index(es):
Relevant Pages
|