またはコード> 2つのフィールドではなく、句全体を区切ります。代わりにこれを試してください:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date
またはコード> 2つのフィールドではなく、句全体を区切ります。代わりにこれを試してください:
SELECT *
FROM items
WHERE item_title LIKE '%search_query%'
OR item_keywords LIKE '%search_query%'
ORDER BY course_date