I am using SQL Server 2008 Full Text capabilities for the first time. I like the features that CONTAINS and CONTAINSTABLE offer, but I don't expect my users to learn the syntax for looking for inflections, using phrases, proximity, etc.
My GUI will have a single text box to search with. Is there anything (.net DLL or c# code) out there to convert the very common search engine operators to the CONTAINS syntax of SQL Server 2008? I don't have to use every feature of CONTAINS, just things like boolean operators, phrases, wildcards, exclusions, and possible inflections.