<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question How can i add a new source to global search in Developer forum</title>
    <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2952890#M1119380</link>
    <description>&lt;P&gt;I want to add a custom table like source to my global search, i want to be abble to find a data from field in that table&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;Table: u_testExa&lt;/P&gt;&lt;P&gt;number: TARG992267&lt;BR /&gt;field: id_prod: 345623A-23-ASW&lt;BR /&gt;&lt;BR /&gt;Global search:&amp;nbsp;345623A-23-ASW&lt;BR /&gt;Result:&amp;nbsp;TARG992267&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2024 23:44:29 GMT</pubDate>
    <dc:creator>EvilRojo</dc:creator>
    <dc:date>2024-06-04T23:44:29Z</dc:date>
    <item>
      <title>How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2952890#M1119380</link>
      <description>&lt;P&gt;I want to add a custom table like source to my global search, i want to be abble to find a data from field in that table&lt;BR /&gt;example:&lt;BR /&gt;&lt;BR /&gt;Table: u_testExa&lt;/P&gt;&lt;P&gt;number: TARG992267&lt;BR /&gt;field: id_prod: 345623A-23-ASW&lt;BR /&gt;&lt;BR /&gt;Global search:&amp;nbsp;345623A-23-ASW&lt;BR /&gt;Result:&amp;nbsp;TARG992267&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2024 23:44:29 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2952890#M1119380</guid>
      <dc:creator>EvilRojo</dc:creator>
      <dc:date>2024-06-04T23:44:29Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2952910#M1119389</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/505234"&gt;@EvilRojo&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Please follow the below steps:&lt;/P&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Define the new search source in the Search Source [sys_search_source] table:&lt;/SPAN&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Navigate to the Search Source table's list view by selecting&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;All&lt;/SPAN&gt;, entering&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;sys_search_source.list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;in the navigation filter, and pressing Enter.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;On the Search Source form, fill in the fields.&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&amp;nbsp;Field Description &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Name&lt;/TD&gt;&lt;TD&gt;Name to display for the search source in the global search results page.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Table&lt;/TD&gt;&lt;TD&gt;Table to make searchable for global search.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Conditions&lt;/TD&gt;&lt;TD&gt;Filter conditions that table records must satisfy to be searchable.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Application&lt;/TD&gt;&lt;TD&gt;Application scope for the search source. This field is automatically set.&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Link the new search source to the record for the global or workspace search application in the Search Application Configurations [m2m_search_context_config_search_source] table:&lt;/SPAN&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;In the navigation filter, enter&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;m2m_search_context_config_search_source.list&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and press Enter.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;New&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Select the additional actions icon (&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;SPAN class=""&gt;), then select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Configure&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Form Layout&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Use the slushbucket to add the Search context config field to the selected field list, then select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Save&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;On the Application Search Sources form, fill in the fields.&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&amp;nbsp;Field Description &lt;TABLE&gt;&lt;COLGROUP&gt;&lt;COL /&gt;&lt;COL /&gt;&lt;/COLGROUP&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Source&lt;/TD&gt;&lt;TD&gt;Name to display for the search source in the global search results page.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Order&lt;/TD&gt;&lt;TD&gt;Order of appearance for the search source in the search application configuration context.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Application&lt;/TD&gt;&lt;TD&gt;Application scope for the search source. This field is automatically set.&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;Search context config&lt;/TD&gt;&lt;TD&gt;&lt;P class=""&gt;Record for the global or workspace search application in the Search Application Configuration [sys_search_context_config] table.&lt;/P&gt;&lt;P class=""&gt;To add the search source for global search, select the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Now Experience Search Configuration&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;record.&lt;/P&gt;&lt;P class=""&gt;To add the search source for a workspace application, select the record for that application. For example, to add a search source for Agent Workspace, select the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Agent Workspace Search Config&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;record.&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Submit&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;(Optional)&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Reorder search sources for the global or workspace search application:&lt;/SPAN&gt;&lt;OL class=""&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Navigate to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;All&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;AI Search&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Search Experience&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&amp;gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Search Applications&lt;/SPAN&gt;&lt;/SPAN&gt;.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;Open the record for the search application.&lt;/SPAN&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;SPAN class=""&gt;Note:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;For global search, edit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Now Experience Search Configuration&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;record. For a workspace application, edit the record for that application, such as the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Agent Workspace Search Config&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;record for Agent Workspace.&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN class=""&gt;In the Application Search Sources related list, edit the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class=""&gt;Order&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;values for search source records to alter the display order for table filters on the application's search results page.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;DIV class=""&gt;&lt;P class=""&gt;Result&lt;/P&gt;&lt;/DIV&gt;&lt;P class=""&gt;The new search source appears in global or workspace search results.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 00:55:14 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2952910#M1119389</guid>
      <dc:creator>Saloni Suthar</dc:creator>
      <dc:date>2024-06-05T00:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2954041#M1119758</link>
      <description>&lt;P&gt;If my table is custom, how can i configurate it to can apears in the global search?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 18:31:02 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/2954041#M1119758</guid>
      <dc:creator>EvilRojo</dc:creator>
      <dc:date>2024-06-05T18:31:02Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3156621#M1173751</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/97311"&gt;@Saloni Suthar&lt;/a&gt;-I have to add global search for entity name field from sn_grc_profile table I have created search sources,text search groups,text index and followed what you suggested above but still dows not work could you pls advice?&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 23:08:08 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3156621#M1173751</guid>
      <dc:creator>shevangi</dc:creator>
      <dc:date>2025-01-22T23:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3156622#M1173752</link>
      <description>&lt;P&gt;&lt;a href="https://www.servicenow.com/community/user/viewprofilepage/user-id/97311"&gt;@Saloni Suthar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Jan 2025 23:10:25 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3156622#M1173752</guid>
      <dc:creator>shevangi</dc:creator>
      <dc:date>2025-01-22T23:10:25Z</dc:date>
    </item>
    <item>
      <title>Re: How can i add a new source to global search</title>
      <link>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3168412#M1176859</link>
      <description>&lt;P&gt;If Saloni's solution doesn't work for you it's because you have one more step and that is to index the table in question.&amp;nbsp; After you've completed all the steps you can index the table in question by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;1. Navigating to "Dictionary Entries".... All &amp;gt; System Definition &amp;gt; Dictionary&lt;/P&gt;&lt;P&gt;2. Use the Table column to filter the tables by the name of your table and the Type column filtererd by type: Collection&lt;/P&gt;&lt;P&gt;3. Open the table in question and under Related Lists click "Generate Text Index"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some tables, such as cmdb_ci, don't have "Generate Text Index" as an option under Related Lists. In this case you will need to index the parent table (in this example: cmdb) which means all child tables of that parent will be indexed.&amp;nbsp; You can index the parent table by following the same steps I've listed above and filtering for the parent table (i.e. cmdb) then clicking on the "Text Index" check box. Once the parent table is indexed you can then see and select&amp;nbsp;"Generate Text Index" from the Related Links.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN class=""&gt;**NOTE: This will index all of the direct child tables. Text indexing can be a resource-intensive task that may take a while to complete. You may notice performance degradation or incomplete search results during index generation.***&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;- Tony&lt;/P&gt;</description>
      <pubDate>Thu, 13 Feb 2025 18:08:44 GMT</pubDate>
      <guid>https://www.servicenow.com/community/developer-forum/how-can-i-add-a-new-source-to-global-search/m-p/3168412#M1176859</guid>
      <dc:creator>TStark</dc:creator>
      <dc:date>2025-02-13T18:08:44Z</dc:date>
    </item>
  </channel>
</rss>

