Forum Discussion
How to keep your navigation menu of a site collection on a search result page
One of our departments has a library that contains some documents. But when users use the Search this site from the root site it redirects to a search result with no navigation menu. . The navigation menu is missing on a the search result default page.
Can the search result page have the menu on the top?
There use to be search results webparts in the older SharePoint version but not anymore.
How can I redirect to another page and have the navigation menu including the search results.
Thanks in advance
2 Replies
- SvenSieverdingBronze Contributor
There are no default search webparts in modern ui, but cou can install the PnP Modern Search Webparts
(https://microsoft-search.github.io/pnp-modern-search/),
Then you can create your own search page and redirect the search query to your custom page
(<SiteCollection>/_layouts/15/enhancedSearch.aspx?level=sitecol)
- Patrick RoteIron ContributorThanks SvenSieverding