Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Create Custom Search Resource in Contextual Search

rahulguptas
Tera Contributor

I need "Similar Tasks" functionality just like "Similar Incidents" in Contextual Search for incident. Can I create an additional Search Resource?

 

I tried creating one using the script and getting the error: 

Search Service Error: A valid Searcher Configuration was not found for this request

 

1 REPLY 1

mmorski
Tera Contributor

Hello @rahulguptas I have the same problem. I want to provide my own "Data Source" in the "Related Cases" when I am creating new "Case". I found a "Search Context" and I attached my own "Searcher" which uses my own "Search Resource". I placed very simple script to the "Search Resource" with hardcoded values to see if it works but I recieved the same error as You 
"Search Service Error: A valid Searcher Configuration was not found for this request"

Did You found an answer for this?