Do an LIKE/ILIKE search on an array of strings in PostgreSQL
#rails .where('products.name ILIKE ANY (array[?])', params.product_name)