Comparing
#44 with
#45
Revision #45 was created by
rackycz on Oct 5, 2020, 8:02:00 PM.
Search sort related column
Content
[...]
];
// ...
if (trim($this->company_name)!=='') {
$query->andHaving(['like', 'company.nametable.column', $this->company_name]);
}
```