JDBC exception executing SQL [select distinct q.* from ( select distinct p.*,tpo.titlePartOne,match(tpo.titlePartOne) against(CONCAT(?,'*') in boolean mode) as rt, match(tt.titlePartTwo) against(CONCAT(?,'*') in boolean mode) as rtt, match(pl.location) against(CONCAT(?,'*') in boolean mode) rl from Project p inner join Project_location pl ON p.id=pl.Project_id inner join Project_titlePartOne tpo ON p.id=tpo.Project_id inner join Project_titlePartTwo tt ON p.id=tt.Project_id left join PageModule pm on pm.project_id=p.id and (pm.type=10 OR pm.type=11 or pm.type=5 or pm.type=8) left join PageModule_Subfamily pms on pms.PageModule_id=pm.id left join PageModule_textOne pmt on pmt.PageModule_id=pm.id left join PageModule_textTwo pmtt on pmtt.PageModule_id=pm.id left join SubfamilyName sn on sn.Subfamily_id=pms.subfamilies_id where p.enabled=true and p.publishDate <= NOW() and pl.locale=? and tpo.locale=? and tt.locale=? and p.scenarios= false and (sn.localeCode is null or sn.localeCode=?) and (pmt.textOne LIKE CONCAT('%',?,'%') or pmtt.textTwo LIKE CONCAT('%',?,'%') or tpo.titlePartOne LIKE CONCAT('%',?,'%') or tt.titlePartTwo LIKE CONCAT('%',?,'%') or pm.author LIKE CONCAT('%',?,'%') or pm.photoby LIKE CONCAT('%',?,'%') or pl.location LIKE CONCAT('%',?,'%') or sn.value LIKE CONCAT('%',?,'%') ) order by tpo.titlePartOne ) as q limit ?] [syntax error, unexpected $end, expecting FTS_TERM or FTS_NUMB or '*'] [n/a]