Home > Setup & Configuration > Search > Full Text Search
Full Text Search
Check with your hosting provider to find out if your hosting plan supports full text search indexing. AspDotNetStorefront Shared & Cloud hosting plans are full text search capable.
This TroubleShooting section pertains ONLY to SQL 2005. SQL 2008+ utilizes a slightly different method for full-text search and when troubleshooting you should only need to verify that the SQL instance was installed with Full-Text Search. If this query returns a '1' then FTS is installed: SELECT SERVERPROPERTY('IsFullTextInstalled') If it is not installed, rerun the SQL installer and be sure Full-Text Search option is selected under the Database Engine Services.
http://msdn.microsoft.com/en-us/library/ms142547.aspx http://msdn.microsoft.com/en-us/library/ms345119.aspx http://msdn.microsoft.com/en-us/library/ms189826.aspx http://www.developer.com/db/article.php/3446891 http://msdn.microsoft.com/en-us/library/ms143508.aspx