Global Search Catalog Variables on Inactive Tasks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 12:31 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 12:40 PM
Hi @jl171,
I believe you will need to modify the corresponding search sources used in the global search application.
For example, if you are using the OOB Zing search application:
Open one of the search sources and modify the condition:
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2024 01:09 PM
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.