Is it possible to modify the SelectFilter instance in a service provider?

I have used the SelectFilter every where in code.
now I want to make them all searchable.
Instead of adding ->searchable() everywhere can I change this in a single place?
Was this page helpful?