why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: lawrence k <lkrubner@xxxxxxxxxxxxx>
- Date: Tue, 19 Jun 2007 00:08:18 -0700
Wierd. Go to this page:
http://www.ihanuman.com/search.php
and search for "yoga"
This query gets run:
SELECT * FROM albums WHERE MATCH(name,description) AGAINST ('yoga')
ORDER BY id DESC
it returns nothing. (other searches work, but not the one for
"yoga").
But if I do SELECT * FROM albums WHERE description LIKE '%yoga%'
then I get 5 matches
What the hell??
.
- Follow-Ups:
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: Jerry Stuckle
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: gosha bine
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: denisb
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: Erwin Moller
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- From: Rik
- Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- Prev by Date: include("/main.php") won't work on a hosting machine
- Next by Date: Re: include("/main.php") won't work on a hosting machine
- Previous by thread: include("/main.php") won't work on a hosting machine
- Next by thread: Re: why does MATCH/AGAINST fail to catch entries that LIKE does catch?
- Index(es):
Relevant Pages
|