The root path of the files and pages you would like to index (/sites/MySite/<Root>)
Setup Raffle Search Widget
Raffle can provide a Sharepoint App that will insert the Raffle Search Widget on a Sharepoint Online site.
1
The Customer Success team will create an embedded search widget for you
2
You will receive a Sharepoint Solution file, preconfigured for the above search widget
3
Go to your App Catalog in your Sharepoint Site (https://<subdomain>.sharepoint.com/sites/AppCatalog)
4
click on “Apps for SharePoint”
5
Drag the file into the page or click “Upload” to select the file.
Note: You will be asked to confirm that you trust the app, as it needs full access to the page, in order to inject the widget.
6
Go to the Sharepoint site where you would like the search bar to appear
7
Click the gear icon in the top right corner and then click “Add an app”
8
Locate the Raffle app and click “Add”
9
The Raffle widget will now appear in the top bar on all the pages on the site.
Note: The Raffle Search Widget will by default overlap the existing Sharepoint search bar. To remove the existing search bar, follow the official powershell cmdlets documented here.
1 2 3
Connect-PnPOnline -url https://<subdomain>.sharepoint.com/sites/<site> -interactive Set-PnPSearchSettings -SearchBoxInNavBar Hidden -Scope Web