I am using MySQL 8 and the dataset contains these 3 latin accent characters í ñ é
. So the thing I am trying to figure out is why am I able to search í é
, but not ñ
when using the non-accented version of the character. What do I need to do so I can search all those characters by using the non-accent version?
My Collation on the DB/Table/Column is utf8mb4_spanish_ci
and Character Set is utf8mb4
.