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!
Bindparam foreach
4 years ago
4 years ago
#1
4 years ago
#2
I used REGEXP and it works great! Need to use the pipe | between multiple words.
4 years ago
#3
Bravo!