Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Text search views control format of global search results for tables

The text_search view for a table determines how global search displays results from that table.

Results displayed by global search include multiple elements. For each search result, the system populates these elements with values of fields included in the table's text_search list view.

Image omitted: search-result-format-polaris-ui.png
Sample search result listing in Next Experience UI showing title, field list, and description.
Image omitted: jakarta-search-result-formatting.png
Sample search result listing in Core UI showing title, field list, and description.
ElementDescriptionMatching criteria
1. TitleThe title is the first line of the search result block. It links to the matching record of the search result.Global search uses the first string field in the table's text\_search list view that is not the number field. If there is no matching string field or the contents of the field is empty, the system displays the text "No title" in the session language. For example, in the default text\_search view for the Incident table, the short description field satisfies the title criteria. Global search uses this field as the search result title.
2. Field listThe field list is the second line of the search results. It displays field name-value pairs, separated by the pipe character, for up to 10 fields.Global search uses the first 10 fields in the table's text\_search list view that don't match the title or description criteria. For example, in the default text\_search view for the Incident table, the number, opened, caller, priority, state, category, and assignment group fields satisfy the field list criteria. Global search displays the names and values for these fields in the search result field list.
3. DescriptionThe description is the third line of the search results. This line is optional and may not appear for all search results.Global search uses the first string field in the table's text\_search list view that is not the title and is over 100 characters in length. If no field matches these criteria, the search results omit this line. For example, in the default text\_search view for the Incident table, the description field satisfies the description criteria. Global search uses this field as the search result description.

By default, the system uses the text_search list view for a table to format global text search results for that table. If a text_search view doesn't exist for the table, the system instead formats search results using the table's default form view. Implementers can specify which view the system uses to format search results by modifying the value of the glide.ui.text_search.view system property.

  • Default display fields for global search tables
    Multiple tables are enabled for global search in the base system. Each global search table has its own set of fields included in the table's default text_search list view. The system uses fields from this view to format global search results from these tables.

Parent Topic:Global search finds records from multiple tables

Related topics

Global search displays a page of matching results

Search settings filter and group global search results by table

Global search displays exact matching records

Global search displays your most recent search queries and results in Next Experience UI

Set global text search properties

Set the preview limit for global or workspace search in Next Experience UI

Hide per-table search result counts in Next Experience UI

Add a workspace application to the Unified Navigation search context menu

Global text search suggestions

Create and delete views