OR
ngăn cách toàn bộ mệnh đề, không phải 2 trường. Hãy thử cái này thay thế:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date
OR
ngăn cách toàn bộ mệnh đề, không phải 2 trường. Hãy thử cái này thay thế:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date