Forum Discussion
SharePoint Online Search
Hi Everyone,
Anyone have idea that how can we customize more search option in Sharepoint online except what we have in Admin center and settings Page?
2 Replies
- PankajBadoniIron Contributor
If you're looking to go beyond the default search settings in SharePoint Online, here are some advanced customization options you can explore:
1. PnP Modern Search Web Parts
PnP Modern Search is an open-source solution that offers highly customizable web parts for building rich and tailored search experiences in SharePoint Online.
Introduction - PnP Modern Search (v4)
2. SPFx Search Query Extensions
Using SharePoint Framework (SPFx), you can develop Search Query Modifier extensions that intercept and dynamically modify search queries before they are executed, allowing for more personalized and context-aware search behavior.
Modifying Microsoft Search experience using SharePoint Framework extensions | Microsoft Learn
Thanks PankajBadoni . I will check on this