- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-25-2022 11:27 AM
I see the View Template under EVAM for AI search for "Catalog Search Template" and "Knowledge Search Template". And using these as guides I created my own AI Search Search Sources for the sys_class_name=sc_cat_item_service followed by my own View Template named Service Offering. These work as expected for returning results and rendering tabs across the top.
What I am stuck on and need help on is how do this "actionMappings" for "clickAction": "navigation" know to load id=sc_cat_item or id=kb_article ?? For my records on the sc_cat_item_service I would like to load my own custom page of id=service.
Solved! Go to Solution.
- Labels:
-
AI Search

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 07:37 AM
Hi Sean,
As you have already found, in your EVAM configuration (and template) there is a clickAction. The default is ‘navigation’.
This points to the ‘Search Results Action’.
I would recommend creating a new action and referring to it in your EVAM template and configuration. You should be able to select the portal page you are looking to render results on and any additional information you would like to pass to render the results.
Hope this helps!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2022 07:37 AM
Hi Sean,
As you have already found, in your EVAM configuration (and template) there is a clickAction. The default is ‘navigation’.
This points to the ‘Search Results Action’.
I would recommend creating a new action and referring to it in your EVAM template and configuration. You should be able to select the portal page you are looking to render results on and any additional information you would like to pass to render the results.
Hope this helps!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2022 03:05 PM
So, I got it to work but then because of security constraints on AI search I moved some data around and broke it. Any insight to what piece of the puzzle I am missing now?