I want to create a query like:
WHERE name LIKE '%ui%'
To find any values that have "ui" in any position of the word, for example:
L'ui's or adoq'ui'n
is this possible to do?
I tried with "Operator::LIKE" but this, only find word that match from the start.
Please, regards.