Forum Discussion
Patrick Rote
Oct 20, 2022Iron Contributor
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...
SvenSieverding
Oct 20, 2022Bronze 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 RoteOct 25, 2022Iron ContributorThanks SvenSieverding