Apps and development tools - Basic App Kit
View reference<search>
Description: | Specifies if a search field should be rendered above the view. The body of the search tag specifies a query element used to filter the view contents. This must correspond to the used query-type in the <view> tag. Sample usage query-type="hql": <search label="by title">content.title</search> Sample usage query-type="lucene": <search label="by title" show-count="true">TITLE</search> The default is to search for TITLE. |
Valid under tags: |
<view> |
Subtags: | |
Attributes: | label Text used in the search input control. show-count (optional) Show the number of found documente right to the searchbar. Possibile value are true || false. Default ist false. |