Hello,
I don;t know what’s wrong, I used this extension on another site and it worked ok, but on this site that i’m building http://echipamenteprofesionalehoreca.ro/ I have this problem with filtering after a certain keyword, all is set up…but on every search i get this error:
1214 The used table type doesn't support FULLTEXT indexes SQL=SELECT DISTINCT i.*, CASE WHEN i.modified = 0 THEN i.created ELSE i.modified END as lastChanged, c.name as categoryname,c.id as categoryid, c.alias as categoryalias, c.params as categoryparams FROM eph_k2_items as i RIGHT JOIN eph_k2_categories AS c ON c.id = i.catid WHERE i.published = 1 AND i.access IN(1,1,5) AND i.trash = 0 AND c.published = 1 AND c.access IN(1,1,5) AND c.trash = 0 AND ( i.publish_up = '0000-00-00 00:00:00' OR i.publish_up <= '2014-03-09 12:24:40' ) AND ( i.publish_down = '0000-00-00 00:00:00' OR i.publish_down >= '2014-03-09 12:24:40' ) AND MATCH(i.title, i.introtext, i.`fulltext`, i.image_caption, i.image_credits, i.video_caption, i.video_credits, i.metadesc, i.metakey) AGAINST ('*test*' IN BOOLEAN MODE) ORDER BY i.id DESC LIMIT 0, 9