
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-23-2019 02:35 PM
Hi All,
I need to add the search bar to the top of the page (See picture) on the Service Portal.
Can you help please?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-21-2020 05:05 AM
Thank for the information !
But when I paste this,
<li class="search-widget">
<sp-widget widget="data.typeAheadSearch" />
</li>
and this
data.typeAheadSearch = $sp.getWidget('typeahead-search', options.typeahead_search);
I lost my Knowledge, Catalog requesuests... links
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2020 02:47 AM
I've solved this issue with adding this to HTML part:
<li class="search-widget header-menu-item">
<widget id="typeahead-search"></widget>
</li>
and adding nothing to server script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2022 01:27 PM
Hey!!
Did you figure it out how to keep both the search bar and the menu items?
Thanks in advance!!
Best regards,
Nathalia
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-12-2020 06:41 AM
How to call widget in header menu. I have cloned the typehead widget but it's not populating the searchbar at header menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2022 01:03 PM
Hi Sris were you able to find a solution to this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 06:32 AM
Hi Lorna, did you find a solution to this?