MySQL Error!
------------------------
The Error returned was:
Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause
Error Number:
1140
SELECT count(*) as count, MATCH (title,post_txt) AGAINST ('вътр.') AS score FROM o_main WHERE MATCH (title,post_txt) AGAINST ('вътр.')