You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The <results> tag displays the search results.

Available attributes:

Attribute

Type

Mandatory

Description

classStringNSpecify the CSS class name defined in the CSS field.
isTreeShownBoolean

Set this attribute value to 'true' to group search results and display the results grouping tree. See the screenshot below as an example.

itemPageStringY

Specify a path to a page in the portal structure. Use this attribute to customize the URL of the search results page.

Example:

itemPage='page', returns a URL of the search results page containing the word 'page':

https://your_instance_url/page?searchQuery

itemViewStringNSpecify a view name for a specified search result when opened. If the view is not specified, the record is opened with the Default view. 
quantityStringNSpecify the maximum number of search results per page.
searchQueryStringNAdd a search bar input string to perform search requests and display results.
tsGroupIdBig IntegerNEnter an ID of the table group to specify the search area.

Example:

results
<results searchQuery="{data.search}" tsGroupId="157018693719021198" quantity="4" itemPage="page" itemView="Default" isTreeShown="true">


  • No labels