I'm having an issue with the following Contains Filter searching through 5 different columns in a table:
FROM [db].[dbo].[table]
where CONTAINS((Column1,Column2,Column3,Column4,Column5),' "KeyWord1" AND "KeyWord1" AND "KeyWord1" ')
FROM [db].[dbo].[table]
where CONTAINS((Column1,Column2,Column3,Column4,Column5),' "KeyWord1" AND "KeyWord1" AND "KeyWord1" ')