SELECT COUNT(*) AS cnt FROM (SELECT *, REPLACE(i_genre, ' ', '') AS genre FROM g5_movie_program) t1 WHERE (MATCH(title, i_overview, i_genre) AGAINST('+【일반인】* +다람쥐상* +20살* +D컵* +대학생* +사라* +* +* +일본야동*' IN BOOLEAN MODE))OR (MATCH(title, i_overview, i_genre) AGAINST('【일반인】 다람쥐상 20살 D컵 대학생 사라 일본야동' IN BOOLEAN MODE))OR INSTR(t1.genre, '【일반인】 다람쥐상 20살 D컵 대학생 사라 일본야동')
1064 : syntax error, unexpected '+', expecting FTS_TERM or FTS_NUMB or '*'
error file : /missav/search.php