I would like to achieve the followings but is having difficulties: 1) Select an item from either one of two query (item_title, or item__keywords), in the sense that when the use
OR separates whole clauses, not 2 fields. Try this instead:
OR
SELECT * FROM items WHERE item_title LIKE '%search_query%' OR item_keywords LIKE '%search_query%' ORDER BY course_date