On working with dashboards the following types of data source search are available: data source search by name and BI search of sources by their contents.
To enable BI search, the settings should be executed, which are described in the Setting Up BI Search Service subsection. To execute BI search in the web application, edit the PP.xml file:
Open the PP.xml file for edit.
In the PP.xml file add the following code in the <pp>…</pp> element area:
<AppConfig>
<Modules>
<Dashboard>
<ReportBox BISearchEnabled="true" />
</Dashboard>
</Modules>
</AppConfig>
Save changes and close the PP.xml file.
Restart the web server used by the web application and BI server.
See also: