query->beginOr() ->ilike('username', '%'.$this->value.'%') ->ilike('name', '%'.$this->value.'%') ->closeOr(); return $this; } }