---
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


---

# Sort Option form

# Sort Option form {#ariaid-title1}

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

The Sort Option form contains information about search result sort options defined in your AI Search application configurations. Use this form when creating or modifying a search result sort option for a search application configuration.
For details on creating or editing search result sort options, see [Search result sort options in AI Search application configurations](https://servicenow-prod.fluidtopics.net/FuxhGTFMXBcKrTQHYoTwVg#sort-options-srch-app-cfg-ais "A search result sort option enables users to display search results in an order determined by their field values. Applying a search result sort option overrides the default AI Search relevancy-based result order. You can define custom search result sort options for your AI Search applications.").  
{#sort-option-form-ais__table_f2c_t4r_grb__entry__2}

| Field | Description |
|-|-|
| Label | Label displayed for the search result sort option in the search application's sort menu. |
| Sort Field | Name of a source table field or common index field that the sort option uses to sort search results. The sort field can be a date, number, or string field. Note: If you specify a sort field of an unsupported type, an error message appears when you attempt to save the sort option. Supports the following formats: Qualified <kbd class="ph userinput">[indexed_source_table_name].[field_name]</kbd> entry :   Sort search results on their values from the specified table's field. For example, enter <kbd class="ph userinput">kb_knowledge.author</kbd> to sort search results by their Author field values. Note: The parent search application configuration's linked search profile must include a search source derived from the specified indexed source table. If this condition isn't met, an error message appears when you attempt to save the sort option. Unqualified common index field name :   Sort search results on their values from the specified common AI Search index field. For example, enter <kbd class="ph userinput">title</kbd> to sort search results based on their titles, or <kbd class="ph userinput">language</kbd> to sort search results based on their language. The <kbd class="ph userinput">[indexed_source_table_name]</kbd> qualifier must be the name of a table specified in an indexed source. Don't specify indexed source child table names for this qualifier. Special cases include: Sorting on parent table fields :   If you specify an indexed source parent table's field in a sort option, AI Search includes values from the same field on child tables from the indexed source. For example, suppose you create an indexed source for custom table Parent \[u_parent\] which is extended by custom table Child \[u_child\], and then specify <kbd class="ph userinput">u_parent.author</kbd> as the field for a sort option. When a user applies the sort option, AI Search uses both u_parent.author and u_child.author field values to sort the search result list. Sorting on child table fields :   You can specify a field that's unique to an indexed source's child table as a sort option field. Continuing the previous example, if your Child \[u_child\] table includes an Editor field that's not present on the Parent \[u_parent\] table, you can define <kbd class="ph userinput">u_parent.editor</kbd> as a sort option field to sort search result s using this field's values. Note: Be sure to specify the parent table's name as the qualifier, not the child table's name. |
| Application | Application scope for the search result sort option. This field is automatically set. |
| Ascending | Option to make the search result sort option display results in ascending order (a to z). Clear this option to make the search result sort option display results in descending order (z to a). |
| Active | Option to activate the search result sort option for use in the search application. |
[Table 1. Sort Option form]

{#sort-option-form-ais__table_f2c_t4r_grb}

