searchable icon indicating copy to clipboard operation
searchable copied to clipboard

Error if database has prefix

Open gordi256 opened this issue 8 years ago • 2 comments

SearchableTrait.php string #123 // $columns[$prefix . $column] = $priority; $columns[ $column] = $priority; Trying to assign a prefix to the field instead of the table

gordi256 avatar Oct 02 '16 09:10 gordi256

+1

pj10pm avatar Oct 13 '16 17:10 pj10pm

same here when database driver has prefix it throws errors if the search model has relation in searchable array

msonowal avatar Feb 21 '17 12:02 msonowal