According to many php sites, the code below should return anything containing the $search_id:
keyword like '%$search_id%'
But if I do a search on red cars (plural) then 0 results are given
if I do a search on red car then 122 results are given.
Why is the % sign not working for the red cars $search_id?