query ->join(User::TABLE, 'id', 'user_id') ->ilike(User::TABLE.'.username', $this->value.'%'); return $this; } }