Forum Discussion
Webpart - Filter list dinamically in frontend
- Jan 04, 2024
Hello @francescjp
i think the best way is to create a custom search page with filters. You can create a dynamic search page with PnP Modern Search Web Parts: https://microsoft-search.github.io/pnp-modern-search/ You can use more filters with and/or operations. Here are an example scenario about dynamic filters: https://microsoft-search.github.io/pnp-modern-search/scenarios/use-query-string-in-url/
Here are an other way from @joaoferreira with list filtering: https://sharepoint.handsontek.net/2021/02/02/filter-sharepoint-lists-dynamically/
Best, Dave
Hello @francescjp
i think the best way is to create a custom search page with filters. You can create a dynamic search page with PnP Modern Search Web Parts: https://microsoft-search.github.io/pnp-modern-search/ You can use more filters with and/or operations. Here are an example scenario about dynamic filters: https://microsoft-search.github.io/pnp-modern-search/scenarios/use-query-string-in-url/
Here are an other way from @joaoferreira with list filtering: https://sharepoint.handsontek.net/2021/02/02/filter-sharepoint-lists-dynamically/
Best, Dave
- francescjpJan 07, 2024Brass ContributorHello DaveMehr365:
PnP Modern Search seems to be the solution I was looking for. I need to activate api access to give it a try. Thank you for your help. I hope it works with Microsoft lists as i need.