-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Similar to using PHP Storm, when you go into a tabbed settings interface there could be a search field, as you type fields & tabs are highlighted / hidden when they match/don't match the search result.
For instance a query for "user role" might show field "required_user_roles" etc
Because the search can search the original field array we can assign specific fields to check. Subsequently we can add a new key for search keywords.
'keywords' => array( 'user roles', 'user role', 'roles', 'users', 'user' ),
This would allow fine grained control over search to ensure users find the needed settings quickly.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels