searchable
searchable copied to clipboard
Error if database has prefix
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