fixed company sorting
This commit is contained in:
parent
b7eff98ee6
commit
c90fbbf6c2
@ -16,6 +16,6 @@ class Companies extends ModelFilter
|
||||
|
||||
public function search($query)
|
||||
{
|
||||
return $this->whereLike('value', $query);
|
||||
return $this->whereLike('domain', $query);
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user