$characters = Model_Character::find()->where('character_name', 'like', $keyword)->order_by('character_name', 'asc')->get();
Debug::dump($characters);
->where('field', 'like', '%allow left') ->where('field', 'like', 'allow right%') ->where('field', 'like', '%allow on both')
It looks like you're new here. If you want to get involved, click one of these buttons!