SELECT COUNT(*) AS cnt FROM (SELECT *, REPLACE(i_genre, ' ', '') AS genre FROM g5_movie_program) t1 WHERE (MATCH(title, i_overview, i_genre) AGAINST('+유미나* +* +I컵* +22세* +천진난만* +* +현역* +JD*' IN BOOLEAN MODE))OR (MATCH(title, i_overview, i_genre) AGAINST('유미나 I컵 22세 천진난만 현역 JD' IN BOOLEAN MODE))OR INSTR(t1.genre, '유미나 I컵 22세 천진난만 현역 JD')

1064 : syntax error, unexpected '+', expecting FTS_TERM or FTS_NUMB or '*'

error file : /missav/search.php