Skip to main content
Version: 1.20.1

results

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

Available attributes:

AttributeTypeMandatoryDescription
classStringNSpecify the CSS class name defined in the CSS field of the widget
isTreeShownBooleanNSet the value to true to group search results and display the results grouping tree. The default value is false.
itemPageStringYSpecify a path to a page in the portal structure. Example: itemPage="page" returns a URL of the search results page containing the page word
https://your_instance_url/page?searchQuery
itemViewStringNCustomize 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"
></results>