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
Thanks for reply me.
I was looking at the project but what I'm looking for goes further, actually I need a people page where the filters can be applied by the visiting user.
For example, location or department, etc.
Thanks in advance,
Hello ADumith
have you see the people layout?
https://microsoft-search.github.io/pnp-modern-search/usage/search-results/layouts/
You can use profile properties from the current user or you can use properties as filter.
Regards, Dave
- ADumithApr 12, 2022Iron Contributor
- DaveMehr365Apr 12, 2022MVP
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
- ADumithApr 19, 2022Iron Contributor
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.