Why does cake use this
->where(['dogname LIKE' => $dogsch])
instesd of
->where(['dogname', 'LIKE', $dogsch])