Forum Discussion
Multi page picker in web part
Seems to be a custom web part requirement. Do you have scope for a custom build - Client side or Server side? or it has to be an OOB or pre-built webpart.
Hello Asish,
It is a custom web part requirement (server-side), do you know of any community project (Codeplex or other) that has some code I can reuse? I am not probably the first person with this requirement and I guessed someone already implemented something I could partially reuse.
Searched the web but didn't find anything.
Given the complexity to implement this kind of solution, I will probably use a solution based on content search web parts (SharePoint 2013 only) to query content that will be classified using managed metadata columns in the page libraries. It is not exactly the same but still will give users a great degree of flexibility.
Thanks,
Miguel
- Asish PadhyFeb 22, 2017Brass Contributor
Hi Miguel,
Sorry but don't have info of any solutions or third party web parts at present that could satisfy your requirement.
Regarding the solution, going with your approach, a custom display template with content search web part that provides the highlighted text from metadata properties of the page could work. This is easy and straightforward.
However the complexity is with another requirement in the earlier post - "open up a modal that enables the search of other SharePoint pages and save the pages urls or ids in the web part properties?". This seems to be a far-fetched UX approach for a simple requirement. Could you justify the need for the same? or else you might end-up introducing complexity.
Thanks,
Asish