signetplanet
I want to search for an exact phrase from the "customers" table
Got some time to put this together and created the PR. I wrapped it so the
[null]
will not happen so it should have no compatibility issues from what I've seen and tested. https://github.com/filamentphp/filament/pull/92919 replies
I want to search for an exact phrase from the "customers" table
I was looking at this earlier, and I noticed the same thing in that
extractTableSearchWords()
doesn't allow for quotes. So putting in "firstname lastname" for example will have it return an array of two values "firstname
and lastname"
. I think this could be quickly resolved by changing the line of code in the extractTableSearchWords()
method from
to:
9 replies