I have an array of patterns for use with ILIKE, an existing dataset with other filters, and I want to add it to that.
patterns = [\'abc%\', \'bcd\', \'%cde\', ...