I cannot find the solution to this on the net, hopefully someone of these boards knowi have a CONTAINSTABLE select going on, but how in the world does one get it to work with a number?for instance:DECLARE @Search varchar(50)SET @Search = '2 AND people AND said'SELECT RANK, t.Topic, t.Forum, t.Views, t.Subject FROM ForumTopic t, CONTAINSTABLE(ForumTopic, Subject, @Search) searchTable WHERE [KEY] = t.Topic AND (t.Locked = 0)
that spits out:quote:
Execution of a full-text operation failed. A clause of the query contained only ignored words.