I'm trying to filter a yii2 gridview with a select2
In ModelSearch I have
->andFilterWhere(['like', 't_persons.functions', $this->functions ])
Unfortunately string (1) matches 10 and 11 as well
How can I filter the integer values from the comma separated field?