Can someone tell me if the version of mysql used on frihost supports Boolean Fulltext queries. As shown here ( http://www.joedolson.com/boolean-query-in-mysql.php ).
Im using the following query in my search:
And i get the following error message:
If it is supported, then can someone please point me to what might be wrong with the query.
Thanks,
Hope someone can help out!
Slammer
Im using the following query in my search:
| Code: |
| SELECT * FROM index WHERE MATCH(title,description)
AGAINST('$squery' IN BOOLEAN MODE) ORDER BY relevance DESC |
And i get the following error message:
| Code: |
| You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'index WHERE MATCH(title,description) AGAINST('search test' IN BOOLEAN MODE) ORDE' at line 1 |
If it is supported, then can someone please point me to what might be wrong with the query.
Thanks,
Hope someone can help out!
Slammer
