LIKE and OR operators. But to search for additional word, you need to add another condition.
dbo.fn_contains that search for the words in a string column. This function uses another function dbo.fn_string_to_list which converts a string to a list of values.
