Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • René 327 posts 852 karma points
    Jan 07, 2014 @ 23:39
    René
    0

    summaryProperties

    Hi 

    I am having some troubles with the summaryProperties

    summaryProperties="header, bodytext"

    I cant get to show this in the search result, only if i remove , and leave empty i get a result

    <umbraco:Macro 
    queryType="MultiRelevance" 
    titleProperties="" 
    bodyProperties="header, shortDescription, bodytext, metaDescription, metaTitle" 
    summaryProperties="header, shortDescription, bodytext, metaDescription, metaTitle" 
    titleLinkProperties="" 
    rootNodes="1089" 
    contextHighlighting="1" 
    summaryLength="100" 
    pageLength="7" 
    fuzzyness=" " 
    useWildcards="1" 
    Alias="FullTextSearch" 
    runat="server">
    </umbraco:Macro>

    I have tryed to add this to ExamineIndex.config (Not sure about this)

    <IndexUserFields>
          <add Name="bodyText" />
          <add Name="header" />
          <add Name="shortDescription" />
          <add Name="bodytext" />
          <add Name="metaDescription" />
          <add Name="metaTitle" />
        </IndexUserFields>

    René

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies