key variable must be considered if it is defined in search string
This commit is contained in:
parent
6a216d3f9e
commit
14aa49dfdb
@ -80,6 +80,10 @@ class SearchString extends Component
|
||||
|
||||
protected function getFilterKey($column, $options)
|
||||
{
|
||||
if (isset($options['key'])) {
|
||||
$column = $options['key'];
|
||||
}
|
||||
|
||||
if (isset($options['relationship'])) {
|
||||
$column .= '.id';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user