Is there any way to seach a catalog for either column1 = 'something' OR column2 = 'something' ? searchResults(column1='something', column2='something') Only returns results when 'something' is in both column1 AND column2 I could combine 2 results but then they won't be weighted correctly... Have I got any other options?