OR
separa intere clausole, non 2 campi. Prova invece questo:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date
OR
separa intere clausole, non 2 campi. Prova invece questo:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date