Forum Discussion
How can I created a People Search in SharePoint 365
- Apr 12, 2022
Hi ADumith
yes, you can.
- Use a search box WebPart: https://microsoft-search.github.io/pnp-modern-search/usage/search-box/
- Then the search filters: https://microsoft-search.github.io/pnp-modern-search/usage/search-filters/
- And at least, a results WebPart, you can build your own visualization: https://microsoft-search.github.io/pnp-modern-search/usage/search-results/layouts/#people
Have fun with this WebParts 😉
Regards, Dave
Hello DaveMehr365
I already started playing, it seems quite easy, however I wonder if there is any video tutorial to configure the web parts?
Thanks again.
Hello ADumith
the documentation on GitHub give you a lot information about how you configure the webpart's
https://microsoft-search.github.io/pnp-modern-search/usage/search-results/layouts/people/
and scenarios, how you build it:
https://microsoft-search.github.io/pnp-modern-search/scenarios/
Regards, Dave