Re: Problem with FullTextSearch and PHP

2002-05-03 Thread Victoria Reznichenko
root, Thursday, May 02, 2002, 4:42:26 PM, you wrote: r> If i use full text search with Boolean mode i got the following error r> mysql> select * from articles where match (title,body) against('+Your -Trail' r> in boolean mode); r> ERROR 1064: You have an error in your SQL syntax near 'boolean mo

Problem with FullTextSearch and PHP

2002-05-02 Thread root
Hello All, If i use full text search with Boolean mode i got the following error mysql> select * from articles where match (title,body) against('+Your -Trail' in boolean mode); ERROR 1064: You have an error in your SQL syntax near 'boolean mode)' at line 1 How can i over come this error. mys