- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-01-2021 06:18 AM
Hello,
I am unable to enable AI Search on the typeahead search widgets on all pages of a newly created Service Portal. The widgets are all missing the AI Search configuration options.
Hints:
1. The new Service Portal was developed within a scoped application. This problem occurs only on the target instance the application has been installed on, but not on the development instance.
2. The AI Search results page with facets/filtering etc. works fine. This issue affects only the actual typeahead search widgets (which would provide AI search suggestions).
I have tried the following:
- I have verified that AI Search is enabled on the instance and on the Portal itself.
- I have tried to reclassify the widgets for AI Search as described at https://docs.servicenow.com/bundle/quebec-servicenow-platform/page/build/service-portal/task/reclassify-search-widgets.html
- I have tried to replace the search widgets with completely new ones.
Please let me know if you have any suggestions to resolve this issue.
Regards,
Anim
Solved! Go to Solution.
- Labels:
-
Service Portal Development
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2021 07:22 AM
We have resolved this issue by cloning the Typeahead Search widget and overriding the `data.aisEnabled` variable in the server-side script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2021 07:02 AM
Hi Sunil,
Just change the line containing data.aisEnabled to this:
data.aisEnabled = true;
This was sufficient in our case.
Regards,
Anim
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-27-2022 03:42 AM
We have also the same requirement and tried to resolve the issue referring to resolution provided. But it's not working in our case. Is there any other changes apart from this? Can anyone please help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-27-2024 10:26 AM
Hello Surbhi,
Did you get this resolved?