I've a field that looks like this
1,13,15
If I try to make a search to find all rows than contains "1", then it's taking all rows that have 1 inside, and not only rows that says 1, [something], but also "11","13" etc.
I've tried with a like statement and wildcards, but without luck.