eg if you go to a page like this:
/admin/settings.php?section=local_o365&s_local_o365_tabs=1
you will see an admin settings like: support_user_identifier_change
But if you search the admin tree this is not visible in the search:
/admin/search.php?query=support_user_identifier_change
The reason for this is the way the page has settings under sub-tabs. It is possible to get this working and keep the tabs plenty of other plugins do this, each tab needs to be registered as its own page in the admin tree with its own section name rather than the custom query params &s_local_o365_tabs=5
eg if you go to a page like this:
/admin/settings.php?section=local_o365&s_local_o365_tabs=1
you will see an admin settings like: support_user_identifier_change
But if you search the admin tree this is not visible in the search:
/admin/search.php?query=support_user_identifier_change
The reason for this is the way the page has settings under sub-tabs. It is possible to get this working and keep the tabs plenty of other plugins do this, each tab needs to be registered as its own page in the admin tree with its own section name rather than the custom query params &s_local_o365_tabs=5