Hello,
I have a view which combines two tables via UNION ALL
. The view is also schemabound, if that matters (WITH SCHEMABINDING
).
Is it possible to enable fulltext search on this view? I understand that Fulltext Search requires a unique index, but I can't create it because of UNION
.
Is there another way to make Fulltext Search work on the view?