Use the <results> tag to display the search results.

Available attributes:

Attribute

Type

Mandatory

Description

classStringNSpecify the CSS class name defined in the CSS field of the widget.
isTreeShownBooleanN

Set the value to true to group search results and display the results grouping tree. The default value is false.

itemPageStringY

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

Example:

itemPage="page" returns a URL path of the search results page containing the page word:

https://your_instance_url/page?searchQuery

itemViewStringN

Customize the search results form view. If the view is not specified, the record is opened in the Default view.

quantityIntegerNSpecify the maximum number of search results per page. The default value is 20.
searchQueryStringNAdd a search bar to perform search queries and display results.
tsGroupIdStringNEnter 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