Select entries that fulfil requirements laid out by dynamic table
问题 I'm attempting to do a keyword search which requires all conditions to be met for a result to be shown. I've created a method of making a custom table from a string which stores all of the keywords which are currently required for this search. I've been able to get it to happen for 'or' using the following dbo.MultipleTextSearchValuesOR - Is used to make the table of keywords select Title from vwIncidentSearchView inner join dbo.MultipleTextSearchValuesOR('Testing|Check') on Title Like id