It will first fetch the results and then apply the filter on the calculated column. If you want the filter to be applied at the lower level, you got to materialize a column in the table itself as "FULLNAME" and apply filter.
Because in your requirement you need LOV's as well
Regards