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 mode)' at line r> 1 What version of MySQL do you use? You can use IN BOOLEAN MODE modifier since 4.0.1. r> How can i over come this error. r> mysql> select * from articles where match (title,body) against('+Your r> -Trail'); r> If i use above query it is retreving data at manually. if i run the quey r> through PHP it is not retreiving any data. r> Let me know how can I solve these two problems. r> regards, r> sreedhar r> [EMAIL PROTECTED] -- For technical support contracts, goto https://order.mysql.com/ This email is sponsored by Ensita.net http://www.ensita.net/ __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Victoria Reznichenko / /|_/ / // /\ \/ /_/ / /__ [EMAIL PROTECTED] /_/ /_/\_, /___/\___\_\___/ MySQL AB / Ensita.net <___/ www.mysql.com --------------------------------------------------------------------- Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/ (the list archive) To request this thread, e-mail <[EMAIL PROTECTED]> To unsubscribe, e-mail <[EMAIL PROTECTED]> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php