eminiarts / nova-permissions

Laravel Nova Grouped Permissions
126 stars 66 forks source link

Global search #29

Open timcv opened 4 years ago

timcv commented 4 years ago

Hi

It would be nice if you could add a method to disable the globalSearch option for the Permission and Role resource.

I solved it by extending your resources and setting

public static $globallySearchable = false;

A method ->disableGlobalSearch() when creating the tool would be a nicer solution :)

/Tim