spatie tags column arent serchable
Hi, I'm trying to use ->searchable in a spatie tags column but it is not possible, im getting this error:
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'tags' in 'where clause'
SpatieTagsColumn::make('tags')
->searchable()
I can create and view the tags correctly. what could I do?
0 Replies