Strange behavior of CONTAINS function
- From: "Pim75" <p.megens@xxxxxxxxxx>
- Date: 5 Sep 2006 03:39:52 -0700
Hello,
I have a query that uses the CONTAINS function but I got a strange
result. I have a table with product information on various tv's.
Part of the query is:
WHERE CONTAINS(sb_pvomschrijving, ' "PDP" AND "436" ')
To my opinion this query has to return all records where the field
sb_pvomschrijving contains the words PDP and 436.
For example, I get this record:
Pioneer PLASMA PDP 436 SXE
but not with an '-' in the product description, like:
Pioneer PLASMA PDP-436 SXE
This looks strange to me as also in the second situation, the words PDP
and 436 are in the field. I also tried using wildcards but the even
don't return the expected results.
WHERE CONTAINS(sb_pvomschrijving, ' "PDP*" AND "*436" ')
also doesn't return the expected value with an '-' in it.
Has anyone some experience with this problem?
Best regards,
Pim
.
- Follow-Ups:
- Re: Strange behavior of CONTAINS function
- From: Hilary Cotter
- Re: Strange behavior of CONTAINS function
- Prev by Date: weighting different fields in FTcatalog?
- Next by Date: Re: SQL FT Catalog not populated
- Previous by thread: weighting different fields in FTcatalog?
- Next by thread: Re: Strange behavior of CONTAINS function
- Index(es):
Relevant Pages
|
Loading