I'm having an FTS with the following conditions.
SELECT .....
FROM Database.dbo.addressbook T
LEFT OUTER JOIN Database.dbo.favorites F ON T.TargetMail = F.TargetMail
WHERE 1 = 1
AND (@kw1 = '""' OR CONTAINS((T