---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Text search views control format of global search results for tables

# Text search views control format of global search results for tables {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 2 minutes to read

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.  
Figure 1. Sample search result listing in Next Experience UI  
Figure 2. Sample search result listing in Core UI  
{#text-search-view-formats-results__table_ypr_txk_rz__entry__3}

| Element | Description | Matching criteria |
|-|-|-|
| 1. Title | The 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 list | The 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. Description | The 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. |
[Table 1. Search result elements]

{#text-search-view-formats-results__table_ypr_txk_rz}

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](https://servicenow-prod.fluidtopics.net/IehCAuhbCQBnt1WnEBKFMg)**   
  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.

**Related concepts**   

* [Global search displays a page of matching results](https://servicenow-prod.fluidtopics.net/Burkm591LINevklR8z_Q0Q#global-search-polaris-ui "Global search displays a page of results that match your search, grouped by table.")
* [Search settings filter and group global search results by table](https://servicenow-prod.fluidtopics.net/YvHfQby07DBg4I6Sf1V6eQ#search-settings-filter-group-table "Global search filters and groups matching results by table. You can configure search sources (in Next Experience UI) or search groups to define tables and groups for global search.")
* [Global search displays exact matching records](https://servicenow-prod.fluidtopics.net/6fbOCRe4cJCWMdlfU7ETRQ#exact-matches-global-search "When your search exactly matches the Number field value for a record, global search takes you directly to that record, bypassing the search results page.")
* [Global search displays your most recent search queries and results in Next Experience UI](https://servicenow-prod.fluidtopics.net/q00ZNnA1mr2cVKceVr9A8g "When you select the empty Unified Navigation search field, the system displays lists showing your most recent search queries and your most recently viewed search results. Select a Recently Searched query to repeat it, or select a Recently Viewed search result record to navigate to it.")  
**Related tasks**   

* [Set global text search properties](https://servicenow-prod.fluidtopics.net/V_U4CUB9~nXQmukk4dQwMA "Administrators can control how global text search behaves with system properties.")
* [Set the preview limit for global or workspace search in Next Experience UI](https://servicenow-prod.fluidtopics.net/ANWep4E9HIjW2~fAbChEag "Override the default limit of 5 preview results per search source on the Next Experience UI search results page for global or workspace search.")
* [Hide per-table search result counts in Next Experience UI](https://servicenow-prod.fluidtopics.net/N9FWmwVfhn4pIsVhmsSm6Q "Suppress display of per-table search result counts in the Next Experience UI search results page.")
* [Add a workspace application to the Unified Navigation search context menu](https://servicenow-prod.fluidtopics.net/Y1kQutVLfNBuOqzR~lcehQ "Enable users to view results for their Unified Navigation searches in workspace applications as well as in global search.")  
**Related reference**   

* [Global text search suggestions](https://servicenow-prod.fluidtopics.net/slgSM_0mhanXxOcsL0xfpQ "Global text search offers two types of search suggestions.")  
**Related topics**   

* [Create and delete views](https://www.servicenow.com/docs/access?context=create-delete-view&version=xanadu&pubname=xanadu-platform-user-interface&ft:locale=en-US)

