Open gordi256 opened 8 years ago
SearchableTrait.php string #123 // $columns[$prefix . $column] = $priority; $columns[ $column] = $priority; Trying to assign a prefix to the field instead of the table
+1
same here when database driver has prefix it throws errors if the search model has relation in searchable array
SearchableTrait.php string #123 // $columns[$prefix . $column] = $priority; $columns[ $column] = $priority; Trying to assign a prefix to the field instead of the table