Posted by James A on April 16, 2012 at 10:25am
5 followers
Jump to:
| Project: | Meta tags quick |
| Version: | 7.x-2.x-dev |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Hi, I want to get my meta tags included in my normal Drupal site search but am unsure how to do this.
The issue I have is a keyword is commonly misspelt without a space ie 'abcdef' rather than 'abc def' and, because we spell it correctly in the node body, search doesn't pick it up. As a soulution we put both the correct and incorrect spellings in the meta keywords for the affected nodes and were hopeful that search would pick it up, but it doesn't.
Any help is greatly appreciated.
Comments
#1
same here
but in this case i'm using solr search
#2
I'm not an expert in search api, but would recommend to search on how to add field values to the search index
#3
For solr, I found this:
http://php.dzone.com/articles/drupal-tip-add-your-own-fields
#4
#3: thanks for the link!