Extend 'spo web set' with controlling the search scope
spo web set --searchScope [searchScope]
- searchScope: Search scope to set in the site. Allowed values
DefaultScope|Tenant|Hub|Site
The value should be passed as integer (DefaultScope = 0, Tenant = 1, Hub = 2, Site = 3) to the Web.SearchScope property.
Extend 'spo web set' with controlling the search scope
spo web set --searchScope [searchScope]DefaultScope|Tenant|Hub|SiteThe value should be passed as integer (DefaultScope = 0, Tenant = 1, Hub = 2, Site = 3) to the Web.SearchScope property.