Forum Discussion
Team_Halls
Jan 12, 2023Copper Contributor
PnP Modern Search - Query Term - Search Hub and Associated Sites
Hi, I have created an Advanced Search page with PnP verticals that I would like to search individual hubs and their associated sites. For example my verticals are as follows: All Hubs, Knowledge ...
- Feb 02, 2023
Team_Halls You can specify any Hub Site's GUID, something like this:
`{searchTerms} RelatedHubSites:d63d74d9-dfb7-46ce-8f04-c1d6d674075c`
AlbertSP
May 03, 2023Copper Contributor
Thank you. Works for me as well.
To find your Hubid add: /_api/site?$select=IsHubSite,HubSiteId to site name
To find your Hubid add: /_api/site?$select=IsHubSite,HubSiteId to site name
Team_Halls
Jul 11, 2023Copper Contributor
Do either of you know how to return exact keyword match when searching related hub sites? I saw an article about adding "" around "{searchTerms}" but that doesnt return anything at all!