Unfortunately in order to build a full-text search it requires a unique index. In order to do that you would have to create an indexed view. There are also some fairly strict rules as to what views can be indexed and I am not even sure if your query qualifies. Read up on the syntax for CREATE VIEW and specifically SCHEMABINDING.