Forum Discussion
aliceuwe
Jun 25, 2019Copper Contributor
Limiting Search Box Results to Wiki Page Library
I have created a Wiki Page Library for a knowledge base our team uses and added a search box. I would like the search box to only bring back results from the library, not the entire site, but thi...
DaveMehr365
Aug 28, 2025MVP
Hi aliceuwe
you can use PnP Modern Search WebParts https://microsoft-search.github.io/pnp-modern-search/ to create custom search pages.
With PATH parameter you can search only in a library:
Path:“https://<TENANT>.sharepoint.com/sites/MSTEvents/Shared%20Documents/“
More informations: https://www.mehr365.com/gezielt-inhalt-suchen-mit-der-eigenschaft-path
Best, Dave