How do I change the "no results" screen on AI search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-09-2022 11:26 AM
When an AI search doesn't have a result, the following screen shows.
I can't figure out how to change the picture or the text. Has anyone done this? If so, how so?
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2023 03:30 PM
Hi Pedro, were you able to find the source of the image you want to replace? For example "images/@servicenow/now-illustration/no-search-results-lg.svg"
Once you have that, you need to have a SVG on hand to replace, in my case I was provided with a simple PNG image so I found a PNG to SVG web tool by searching on the web.
Once you have your SVG, you can go to System UI > Images, then create a new record and in the name, put the path of the file (for example: images/@servicenow/now-illustration/no-search-results-lg.svg), then upload the file to the record and save.
The images are cached in browser, so you will have to clear your browser cache or test in Incognito. If your user have never used the AI search in production then it's not an issue but if they have, then they will have cache issue. Typically ServiceNow does something to clear that cache when you install a patch, I'm not sure if it applies here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2023 10:26 AM
Just figured I should add the information that the SVG is being cached on the client side. So to see the changes reflect you have to clear your browser cache or open an incognito window.
Should not be an issue for new portal deployments but for sure for an existing portal it will take time before all your users see the correct icon.