Search results widget

Key point: Shows the results of a predefined search.

This widget shows the results of a global search that has been preconfigured for the homepage.

The amount of details returned depends on the size of the widget:

  • If large – the search results include the title, group, labels and last modified date.
  • If medium or small – only the title and last modified date are shown.

If there are many search results, use the angle and chevron buttons at the bottom of the widget to see the other results.

Display

Configuration

The ID of this widget is results.

It supports the following parameters:

For example, to display a large search results widget showing the list of documents that contain a “TODO” block:

<widget name="results" size="medium">
  <parameters max-items="10"
              filters="psblocklabelname:todo"
              title="Documents with TODO block"/>
</widget>