I have a MySQL query:
SELECT concat_ws(title,description) as concatenated HAVING concatenated LIKE \'%SearchTerm%\';
And my table is encode
In this method, you do not have to select the searched field:
SELECT table.id FROM table WHERE LOWER(table.aTextField) LIKE LOWER('%SearchAnything%')