To match values ending with a text like 'a', we place the wildcard at the beginning, like with '%a'.
'a'
'%a'
Make sure to type '%a'.