I need help creating a query that pulls records based on a search string. The catch is that I'd like to search for the string in multiple fields (e.g. item_description and item_title) and return one entry (for each hit) if it is found in one or the other (no duplicates if it is found in both). I think I could get this to work with MATCH AGAINST, but I need to use LIKE and I don't think that would work.
Is there another way to do this?
Is there another way to do this?