Copied to clipboard

Flag this post as spam?

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


  • colin gray 16 posts 56 karma points
    Aug 21, 2013 @ 11:24
    colin gray
    0

    how to fix a search issue (solution)

    hi, love this package (thanks Chis), but found that search only found content from nodeName (page name etc) after install (on v6.1.3)

    My fix was.

    on server > wwwroot > config > examineindex.config
    amend the code to include missing elements

    <add Name="nodeName"/>
    <add Name="bodyText" />
    <add Name="panelContent1" />
    <add Name="panelContent2" />
    <add Name="panelContent3" />
    <add Name="title" />
    <add Name="description" />
    <add Name="Keywords" />

    in umbraco >settings > templates > SW_master > search
    amend the code to include new elements

    new string[] { "nodeName", "bodyText", "description", "keywords", "title", "panelContent1", "panelContent2", "panelContent3", ..... etc

    and republish content to see the effect

    (hope this help somebody)

    Could (should) the package be updated to reflect this ?

    Colin

Please Sign in or register to post replies

Write your reply to:

Draft