I'm using the 6.7.4 .NET Connector for MySQL and i have a problem with a linq to sql query that uses the Contains .NET method.. i have to search the word 'movil' and in the DB there are words with 'móvil'.. with LIKE this returns results but because the .NET Connector uses LOCATE mysql function, then this function doesn't retrieve the same results.. how can i do to change this and use the LIKE function instead LOCATE?
If i run the result query in mysql the query doesn't retrieve any result, but if i only change the LOCATE function to the LIKE function, then this brings the correct results that i want
If i run the result query in mysql the query doesn't retrieve any result, but if i only change the LOCATE function to the LIKE function, then this brings the correct results that i want