Confluence global search
Available since 2.33.0
Available since 3.1.* - added User preview
“pp” … a shortcut that will change your approach to configuring
Search through all important administrative data such as administrative actions, spaces and users. You can go directly to any page/object configuration in your application.
All this items are literally at your fingertips for all administrators
Each element is properly grouped under the appropriate configuration with available actions.
Supported configuration:
Administrative actions
Spaces
Groups (available since v. 2.37.0)
Users
User preview
User preview allows you to quickly verify the data of each Confluence user such as:
Account information (with the ability to reset the CAPTCHA)
User statistics
Application access
Groups (with the ability to quickly add/remove user groups)
About user
Faster search configuration experimental
This setting has been deprecated since version 3.6.*
From version 2.38.0 it is possible to enable the experimental search method which is much faster but may not work in all app configurations
Check status:
As administrator, open the link below in your browser
CONFLUENCE_URL/rest/extender/1.0/configuration/get
On this page you will see the status marked with the true or false flag of the com.itlab.confluence.plugins.restextender.configuration.global.search
parameter in the configuration
node. If this parameter is not visible, it means that experimental search is turned off (this is equivalent to the false flag)
{
"configuration": [
{
"com.itlab.confluence.plugins.restextender.configuration.global.search": false
}
],
"api": [
...
]
}
Turn on:
As administrator, open the link below in your browser
CONFLUENCE_URL/rest/extender/1.0/configuration/set/api/global.search/true
Turn off:
As administrator, open the link below in your browser
CONFLUENCE_URL/rest/extender/1.0/configuration/set/api/global.search/false