Microsoft Developer Network > Forenhomepage > SharePoint - Search > hithighlightedsummary displaying user account and master page
Stellen Sie eine FrageStellen Sie eine Frage
 

Beantwortethithighlightedsummary displaying user account and master page

  • Freitag, 3. Juli 2009 06:59stevemagid TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     
    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.


    • Bearbeitetstevemagid Freitag, 3. Juli 2009 07:07update
    •  

Antworten

  • Freitag, 3. Juli 2009 07:34stevemagid TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    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'))">
    • Als Antwort markiertstevemagid Freitag, 3. Juli 2009 07:35
    •  

Alle Antworten

  • Freitag, 3. Juli 2009 07:34stevemagid TeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillenTeilnehmermedaillen
     Beantwortet
    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'))">
    • Als Antwort markiertstevemagid Freitag, 3. Juli 2009 07:35
    •