Resources for IT Professionals > 포럼 홈 > SharePoint - Search > hithighlightedsummary displaying user account and master page
질문하기질문하기
 

답변됨hithighlightedsummary displaying user account and master page

  • 2009년 7월 3일 금요일 오전 6:59stevemagid 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    My search results on a public internet page are surafcing the user account and the page layout. The following is a printout of hithighlightedsummary. No hithighliting actually occurs though.

    servername\accountname http://domain naim/site.co.za/_catalogs/masterpage/pressrelease.aspx Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's …

    any ideas?

    Update
    it seems to be the content type (or page layout) and contact person that is showing up in the hithighlightedsummary. I am trying now to remove the columns for the "searchable columns" list in site settings. But whilst i can find contact i cant find the content type of master page.


    • 편집됨stevemagid 2009년 7월 3일 금요일 오전 7:07update
    •  

답변

  • 2009년 7월 3일 금요일 오전 7:34stevemagid 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    As a temporary solution I am not displaying the field when it contains the sensitive data.

        <xsl:if test="hithighlightedsummary[. != ''] and not(contains(hithighlightedsummary,'_catalogs')) and not(contains(hithighlightedsummary[.],'servername'))">
    • 답변으로 표시됨stevemagid 2009년 7월 3일 금요일 오전 7:35
    •  

모든 응답

  • 2009년 7월 3일 금요일 오전 7:34stevemagid 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    As a temporary solution I am not displaying the field when it contains the sensitive data.

        <xsl:if test="hithighlightedsummary[. != ''] and not(contains(hithighlightedsummary,'_catalogs')) and not(contains(hithighlightedsummary[.],'servername'))">
    • 답변으로 표시됨stevemagid 2009년 7월 3일 금요일 오전 7:35
    •