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

Compare with Current View Page History

Version 1 Next »

A portal tag responsible for displaying the Search results.

The following attributes are applicable:

Attribute

Type

Default value

Required

Description

classString""NSpecify a CSS class name defined in the CSS field.
isTreeShownBoolean"false"

This attribute is responsible for search results grouping and displaying the results grouping tree. See the screenshot below as an example.

itemPageString""Y

Specify a path to a page in the portal structure. This attribute is responsible for customizing search results page URL.

Example:

If you set the pageItem attribute value to "page", as shown in code example below, then your search results URL will look alike

https://your_instance_url/page?searchQuery

itemViewString"Default"NSpecify a view name for a specified search result when opened. If not specified, then the record is opened with the Default view.
quantityString""NSpecify the maximum search results amount per page.
searchQueryString""NSearch bar input string to perform search request and display results.
tsGroupIdBig Integer""NEnter 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