issues with exact phrase searching
- From: ocelot4401@xxxxxxxxx
- Date: Tue, 23 Oct 2007 10:19:42 -0700
I'm finding that using CONTAINS () and any word or phrase containing
an ' does not work. It seems to split the phrase up instead of doing
an EXACT MATCH search.
example: searching on "computer's technology"
the SQL looks like:
SELECT DocTitle, Filename, Vpath, Size, Write, Characterization, Rank
FROM SCOPE() WHERE CONTAINS ('"computer''s technology"') > 0
this returns files containing "computer" and/or "technology"
not the exact phrase.
I don't believe the issues is my syntax, cause the search works
properly when it's "computer technology", whose SQL looks like:
SELECT DocTitle, Filename, Vpath, Size, Write, Characterization, Rank
FROM SCOPE() WHERE CONTAINS ('"computer technology"') > 0 AND
(Filename LIKE '%_%_%_%.pdf')
Any help? sorry if this is commonly covered, I searched the group and
didn't seem to find anything recent that applied to my issue.
Thanks for your time.
.
- Follow-Ups:
- Re: issues with exact phrase searching
- From: Hilary Cotter
- Re: issues with exact phrase searching
- Prev by Date: Server Requirements
- Next by Date: Keyword frequency skewing results
- Previous by thread: Server Requirements
- Next by thread: Re: issues with exact phrase searching
- Index(es):
Relevant Pages
|