#1
Hello,

I am trying to change the search so that it includes multiple words in the LIKE.

Does anyone know how to loop through to generate a condition of params so that it works with bind?

Thanks!
#2
I used REGEXP and it works great! Need to use the pipe | between multiple words.
#3
Bravo!