I want to compile a list of gotchas when using SQL Server full-text search in all versions.
For instance, Here's a SQL Server Full-Text gotcha:
SQL Server 2008 R2 has a new feature called Data-Tier Applications - which is a way to package a database schema meant to be deployed elsewhere. Certain objects like Full-Text Catalogs can't be packaged and must first be remove before a "DAC Pack" can be created. So you can't create a DAC Pack when there's a Full-Text Catalog in the database.
Can anyone else think of any other SQL Server Full-Text gotchas? Thanks.