Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
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.configamend 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 > searchamend 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
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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
is working on a reply...