I want to be able to input a list of strings like so:
["searchterm1", "searchterm2", "searchtermN"]
And output all rows from the database where "searchterm1"
matches one of the columns OR "searchterm2"
matches one of the columns and so on.
Is there a way to do so?