- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 02:45 AM
How to update Search Result page of Service Portal from Search to CustomSearch page. I need to update the same in typeahead search widget.
Thanks in advance
Solved! Go to Solution.
- Labels:
-
Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 04:27 AM
Hi
It is defined in the HTML part. In line 2 the value of the "id" field will determine which page you will be redirect to when pressing return in the search field or clicking the search button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2017 04:27 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-04-2017 06:38 AM
I have been looking all over for this. Thanks a lot for this response.
I have a followup question related to this answer. I want the typeahead selection directed to my custom article page. I have cloned both the homepage search and typeahead widget. I updated the cloned homepage widget's server script to reference the cloned typeahead widget:
data.typeAheadSearch=sp.getWidget('my-typeahead-search',typeAheadSearchOpts);
When I return to my portal page, the typeahead data does not display any results. Anyone know what I am missing. It should be pretty straight forward.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-09-2018 11:15 PM
Hi Lars,
Great finding. Thanks for answer