Forum Discussion
Vanessa Martin9
May 21, 2022Brass Contributor
How do I provide search of a specific document library on my content page?
I have a page with web parts that provide various views of a document library. I would also like to provide a means of searching the document library. I thought I could put a Search Box web part and ...
Kim Williams
Jun 05, 2024Brass Contributor
DaveMehr365 Can you have more than one library to search against?
michalkornet
Jun 05, 2024Iron Contributor
Kim WilliamsHi, you can try this query to search against more document libraries
(Path:"https://<tenant>sharepoint.com/sites/<site1>/<Document Library>" OR Path: "https://<tenant>.sharepoint.com/sites/<site2>/<Document Library>") IsDocument:1
- Kim WilliamsJun 05, 2024Brass Contributor
michalkornet That is what I am going to try, I have about 5 libraries.