Forum Discussion
María José Pedreira
Apr 25, 2018Brass Contributor
URL structure created by Refinement webpart on searchs
Hi all,
I have a Refinement web part with several choice fields.
There are several option values very demanded and users would like to be able to open the results page for these values selecting them on the home page using a direct link.
How can I build the url used by a refiner when you select some value. Can I simulate the url search used by the refinement?
Thanks!
- You can indeed send in filters to your page. See https://www.techmikael.com/2016/05/appending-query-terms-to-search-url.html or https://www.techmikael.com/2013/09/appending-query-terms-in-sharepoint.html The oldest passes inn a refinement, and sets the filter on the page. The first allows you to filter the results.
2 Replies
- Mikael SvensonSteel ContributorYou can indeed send in filters to your page. See https://www.techmikael.com/2016/05/appending-query-terms-to-search-url.html or https://www.techmikael.com/2013/09/appending-query-terms-in-sharepoint.html The oldest passes inn a refinement, and sets the filter on the page. The first allows you to filter the results.
- María José PedreiraBrass Contributor
Thank you Mikael Svenson, interesting posts!