|
|||||||||||
|
Re: Problem about fulltext search.
From: Niu Kun <haoniukun(at)gmail.com>
Date: Sat Jun 30 2007 - 22:23:11 EDT
Thank you for your advice.
mysql> insert into test values(1,"aaa"); Query OK, 1 row affected (0.00 sec) mysql> insert into test values(1,"aaa"); Query OK, 1 row affected (0.00 sec) mysql> insert into test values(1,"aaa"); Query OK, 1 row affected (0.00 sec) mysql> insert into test values(1,"aaa"); Query OK, 1 row affected (0.00 sec) mysql> select * from test where match(name) against("hello"); Empty set (0.00 sec)
mysql> select * from test where match(name) against("hello" in boolean
mode);
mysql> select * from test where match(name) against("world" in boolean
mode);
It seems that hello can't be found.
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/mysql?unsub=lists@pantek.comReceived on Sat Jun 30 23:23:50 2007 This archive was generated by hypermail 2.1.8 : Sat Jun 30 2007 - 23:30:03 EDT |
||||||||||
|
|||||||||||