Using PnP Modern Search to Setup SharePoint Search

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 5

  • @vvaassaanntthh
    @vvaassaanntthh 6 หลายเดือนก่อน

    hI great video thanks
    However I am unable to get a metadata column (that i added to the sharepoint library) to show up in the pnp search results webpart. Its not displaying in the "manage columns" list of columns when I edit the search result webpart. any advice what I am missing?

    • @denismolodtsov3879
      @denismolodtsov3879  4 หลายเดือนก่อน

      You might need to make sure that you configured the SharePoint search schema: th-cam.com/video/FdPXvnMYs0U/w-d-xo.html
      Also, even though the property does not show up - you can force-add it via the JSON properties of the search webpart.

  • @noNumber2Sherlock
    @noNumber2Sherlock 2 ปีที่แล้ว

    Hello Denis. Great video. I like your calm and easy to understand and follow voice. I saw a SPO page from another department that uses this search on a glossary page. I am not sure how they do it, but once there is a search match, all entries only show matches. Would you know , how do you search a glossary page, if it is from a list, how is that possible? Can the search be narrowed to just the page with a list webpart? And "whittle down trhe list once a search match is made ? Thank you!

    • @denismolodtsov3879
      @denismolodtsov3879  2 ปีที่แล้ว +1

      Thank you :) From your description it seems like a standard scenario for the PnP search webpart. yes, it can only search within a single list. To do it, we need to modify the search query in the search results webpart to include the "path to the list" like so: "path:contoso.sharepoint.com/sites/mysite/lists/glossary/"

    • @noNumber2Sherlock
      @noNumber2Sherlock 2 ปีที่แล้ว

      @@denismolodtsov3879 Thank you so much Denis!!