I've searched the information and checked the documentation according to this, but it's still not clear to me what andFilterWhere()
condition 2nd operand does.
According to the documentation, it says:
operand 2 be a string or an array representing the values that the column or DB expression should be like. For example, ['like', 'name', 'tester']
But it's still not clear to me. Could someone explain me more about it?