I have a table that contains a text field (summary). I recently received a request to query that field for any occurrences of a long list of strings. For example, I'd like to search the "summary" field for any occurrences of these strings:
- apple
- banana
- carrot
- dog
- elephant
- ... x 50 more items
- zebra
Is there a simple query I can write that would return the IDs of the rows that contain any of these values?