Hi Krishna
yes, the search criteria would have to be applied on the calculated column.
In order to speed things up you might want to look into generated columns that actually persist the concatenated name.
Alternatively, your SQL could use the full text search function for both columns (using CONTAINS() ) to automatically include the columns and perform a scored, error tolerant full text search.
- Lars