Object Field Level Search

Liferay objects provide feature to filter the data with exact content on the field level and generic search that searches in the whole object. It also supports field level search in the filter functionality as below.

 

StartsWith and Contains are implemented as filters:

  • ?filter=startswith([field name], 'XXXX')
  • ?filter=contains([field name], 'XXXX')
Blogs