Global Search Catalog Variables on Inactive Tasks

jl171
Tera Contributor

Is there a way to have inactive catalog tasks/ritm variables included in global search? Removing the filters for sc_request and sc_task on the "Text Search Groups" table does not produce the desired result.

jl171_0-1716924504004.png

 

2 REPLIES 2

James Chun
Kilo Patron

Hi @jl171,

 

I believe you will need to modify the corresponding search sources used in the global search application.

https://docs.servicenow.com/bundle/washingtondc-platform-administration/page/administer/search-admin...

 

For example, if you are using the OOB Zing search application:

JamesChun_0-1716925083752.png

Open one of the search sources and modify the condition:

JamesChun_1-1716925103607.png

 

Then you would also need to modify the Search Group records which you have already done.

 

Just be careful that since you are querying all the records in those tables, the performance may degrade as the number of records increases.

 

Cheers

Brian Lancaster
Tera Sage

I just tested this out. Removing active = true from the conditions worked for me. Surprisingly it only brings back the catalog tasks and not the request items but I was able to search for text in the variables of inactive catalog tasks.