ACP Search Provider Package Installation Plugin#
Registers data provider for the admin panel search.
Components#
Each acp search result provider is described as an <acpsearchprovider>
element with the mandatory attribute name
.
<classname>
#
The name of the class providing the search results,
the class has to implement the wcf\system\search\acp\IACPSearchResultProvider
interface.
<showorder>
#
Optional
Determines at which position of the search result list the provided results are shown.
Example#
Last update:
2021-04-23