Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Available attributes:

Attribute

Type

Mandatory

Description

classStringNSpecify the CSS class name defined in the CSS field of the widget.
isTreeShownBoolean
Set this attribute
N

Set the value to true to group search results and display the results grouping tree.

See the screenshot below as an example.Image Removed

The default value is false.

itemPageStringY

Specify

a

the path to

a

the page in the

 

portal structure.

This attribute is responsible for customizing search results page URL

Use the attribute to customize the appearance of the search results URL page.

Example:

If you set the

itemPage

 attribute value to 'page', as shown in code example below, then your search results URL will look alike for a specified search result when opened

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

https://your_instance_url/page?searchQuery

itemViewStringN
Specify a view name

Customize the search results form view. If the view is not specified,

then

the record is opened

with

in the

 

Default

 

view.

 

quantity
String
IntegerNSpecify the maximum number of search results
amount
per page. The default value is 20.
searchQueryStringNAdd a search bar
input string
to perform search
request and
queries and display results.
tsGroupId
Big Integer
StringNEnter an ID of the table group to specify the search area.

Example:

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