=================
ERROR : SQLSTATE[42000]: Syntax error or access violation: 1064 offset out of bounds (offset=14430, max_matches=10103)
=================
QUERY : 
		SELECT
			id AS idxno, section_code, sub_section_code, summary, title, sub_title, user_name, recognition, view_recognition, default_img, embargo_date
		FROM article_kmj
		 WHERE display = 'Y' AND view_recognition != 'N' AND embargo_date < 1761870231 AND recognition = 'E' AND embargo_date > 0  AND area_sub_section_code NOT IN ('S2N304')  AND MATCH ('@(sub_section_code,exc_sub_section_code,area_sub_section_code)"S2N265"') 
		ORDER BY embargo_date DESC
		LIMIT 14430, 30
		 OPTION max_matches = 10103 
	
=================
SQL: [507] 
		SELECT
			id AS idxno, section_code, sub_section_code, summary, title, sub_title, user_name, recognition, view_recognition, default_img, embargo_date
		FROM article_kmj
		 WHERE display = 'Y' AND view_recognition != 'N' AND embargo_date < 1761870231 AND recognition = 'E' AND embargo_date > 0  AND area_sub_section_code NOT IN ('S2N304')  AND MATCH ('@(sub_section_code,exc_sub_section_code,area_sub_section_code)"S2N265"') 
		ORDER BY embargo_date DESC
		LIMIT 14430, 30
		 OPTION max_matches = 1
Params:  0
PARAM : 
=================