Cannot use accessor for record title in global search
According to the docs (https://filamentphp.com/docs/3.x/panels/resources/getting-started#record-titles) I should be able to use accessors as the record title in global search. When I try this however I still get exceptions that the given title does not exist on the MySql table.
This is the code I'm using currently. Using fullName has the same result.
What could be going on here? This is happening on Filament
v3.1.1
and still after bumping to the .10
release.
Thanks in advance!2 Replies