Hi,
when i deactive in admin panel "Use operator LIKE for search (recommended for small content)" and than try to search on my site ( like www.page.com/?searchKeyword.php?keyword=keyword), i get this Database error in my mail account:
Query:
SELECT COUNT(*) FROM `bx_spy_data` left JOIN `Profiles` ON `Profiles`.`ID`=`bx_spy_data`.`sender_id` WHERE 1 AND `bx_spy_data`.`recipient_id` ='1' AND `bx_spy_data`.`viewed` IN('0') AND MATCH(`bx_spy_data`.`sender_id`) AGAINST ('worte')
Mysql error: Can't find FULLTEXT index matching the column list
Found error in the file '/srv/www/vhosts/domain/httpdocs/i/inc/classes/BxDolSearch.php' at line 514.
Called 'db_value' function with erroneous argument #0
Think there is a problem with the "spy module"
can someone help me plz?