I have values in database in array and I want to search values also from an array.
For example :
I have an array ('13,14')
and in database I have values like (13,14)
or (13)
or (14)
or (15)
. So when I search ('13,14')
results should appear with values containing at least one of them.