column); if ($value === null) { return; } $this->input = $this->value = $value; $query = function ($query) { $query->whereRaw("FIND_IN_SET(?, $this->column)", $this->value); }; return $this->buildCondition($query->bindTo($this)); } }