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
I would like to use the pages meat keywords for searching, but full text search seems to ignore them when they are inside the meta tag.
Iv'e tried removing <head> from <TagsToRemove> and moving the meta tag ouside <head>
Neither works.
Simply rendering the keywords on the page work fine, but thats not really that great.
Any idea on how to get theses words searched?
Ok, so i figured it out. Putting the solution here if anyone else runs into the problem ;)
add your meta keywords property to the /config/ExamineIndex.config file like this:
<IndexUserFields> <add Name="bodyText" /> <add Name="metaKeywords" /> </IndexUserFields>
Examine the picks it up, and fulltextsearch includes it in the search.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Searching Meta tags
I would like to use the pages meat keywords for searching, but full text search seems to ignore them when they are inside the meta tag.
Iv'e tried removing <head> from <TagsToRemove> and moving the meta tag ouside <head>
Neither works.
Simply rendering the keywords on the page work fine, but thats not really that great.
Any idea on how to get theses words searched?
Ok, so i figured it out. Putting the solution here if anyone else runs into the problem ;)
add your meta keywords property to the /config/ExamineIndex.config file like this:
Examine the picks it up, and fulltextsearch includes it in the search.
is working on a reply...