Skip to content

Latest commit

 

History

History
50 lines (19 loc) · 1.21 KB

enabling-the-search-function-3cdebee.md

File metadata and controls

50 lines (19 loc) · 1.21 KB

Enabling the Search Function

You can enable the Search function in the list report.

To enable the search function, sap:searchable must be set to true for the root entity set.

List Report: Search

Metadata XML

<EntitySet Name="SEPMRA_C_PD_Product"EntityType="SEPMRA_PROD_MAN.SEPMRA_C_PD_ProductType" sap:searchable="true" sap:content-version="1"/>

In SAP Fiori elements for OData V4, the search is restricted to 1000 characters.

For more information about how to enable and disable the Search field for analytical tables, see the corresponding section in Setting the Table Type.

For more information on configuring filter bar in list report, see Adapting the Filter Bar.