Bug Refined Search

Hi, i think is a bug. I have a report, my sql use a function CONCAT for fields: name and lastname.
Select field1,
field2,
Concat(tec.name, " ",tec.lastname) as Tecnico
from my_table.

When i use Refined Search for this field, It does not shows the result. (For other fields this one works fine.)