Admincentral module
Installing with Maven
Bundled modules are automatically installed for you.
If the module is unbundled, add the following to your bundle including your project’s <dependencyManagement> section and your webapp’s <dependencies> section.
If the module is unbundled but the parent POM manages the version, add the following to your webapp’s <dependencies> section.
<dependency>
  <groupId>info.magnolia.admincentral</groupId>
  <artifactId>magnolia-admincentral</artifactId>
  <version>6.2.46</version> (1)
</dependency>| 1 | Should you need to specify the module version, do it using <version>. | 
| The UI Admincentral is a different module.
Its groupIdisinfo.magnolia.ui, and itsartifactIdismagnolia-ui-admincentral.
You can use it to configure, for example, the availability and layout of apps in the App launcher. | 
Configuring the Find Bar
You can configure how many search results are displayed. To do so, use the definition decoration mechanism.
For example, the following light module configuration updates the defaultCountPerSupplier to 3, allowing you to see only up to 3 search results.
findBar:
   defaultCountPerSupplier: 3Configurable properties
In the table below are listed properties in the Admincentral module that affect the showing of search results.
| Property | Description | ||
|---|---|---|---|
| 
 | optional, default is  Integer defining the maximum number of search results shown from any single search supplier. | ||
| 
 | optional List of user roles allowed in the Last editor search filter: All users are available unless specified otherwise. 
 | ||
| 
 | optional, default is  Configure the minimum number of necessary characters that are shown in a text hint in the find bar to help the user understand how to use the search feature. | ||
| 
 | optional List of search result suppliers. If undefined, it defaults to all suppliers provided by the Periscope module. See also Search result suppliers. | ||
| 
 | optional, default is  List defining the ordering of search result groups. | 

