Federated Search
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2017 04:50 AM
Is there a way that we can implement federated search in ServiceNow. The requirement is to link multiple ServiceNow instances together in relation to the global text search capabilities.
Regards,
Srikanth
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-11-2017 12:49 AM
Hi Srikanth,
there are a couple approaches you can take, as we have on HI.
- import the desired content into the local KB
- this is what we do with our documentation - users never see the KB article form of the content, as we've customized the UI to lead the users clicking on the search result to the original content on the docs site
- blend the results from external searches with the local search results
- this is how we accommodate the community search content when users search from the Service Portal
Other possible approaches:
- use an outside search-federating engine, like Google Site search
- this is what drives the search on our wiki site
- this option only works for public content
Maybe skaufmann has other ideas...