Now that SQL Server 2008 has full text search built in. I'm looking to use it to power my website's search. I'm also looking at using ADO.NET entity framework for my ORM but I was wondering how do you do full text search (FTS) with Linq to ADO.NET entity framework?
Is there any support in ADO.NET entity framework or am I stuck using the method of creating a function which uses the full text search predicates?