Property-scoped full-text queries cannot be specified on the specified table because its full-text index is not configured ...

Property-scoped full-text queries cannot be specified on the specified table because its full-text index is not configured for property searching. To support property-scoped searches, the full-text index must be associated with a search property list and repopulated. The Transact-SQL syntax for this is: ALTER FULLTEXT INDEX ON  SET SEARCH PROPERTY LIST ;.