MySQL - Fulltext Index Search Issue
Posted
by RC
on Stack Overflow
See other posts from Stack Overflow
or by RC
Published on 2010-04-04T07:15:36Z
Indexed on
2010/04/04
7:23 UTC
Read the original article
Hit count: 445
Hi all,
Two rows in the my database have the following data:
brand | product | style
=================================================
Doc Martens | Doc Martens 1460 Boots | NULL
NewBalance | New Balance WR1062 SG Width | NULL
Mininum word length is set to 3, and a FULLTEXT index is created across all the three columns above.
When I run a search for IS BOOLEAN matches for +doc in the index, I get the first row returned as a result. When I search for +new, I get no results.
Can someone explain why?
Thanks.
© Stack Overflow or respective owner