By ajundra on
hi
i've drupal 4.7.2 and i'm using the newest version of the "node (key)words" module. i'd like to have the right nodes showing up in search results when somebody enters a specific word that's defined as the node's meta tag. the builtin search module does not seem to index the meta tags.
is there a way to get this to work? the search module is rather useless like this. i don't want to rewrite all pages just to get the keywords into the text. every help is much appreciated.
thanks,
roberto
Comments
implement hook_search in nodekeywords module
You should build (or get someone to do it for you) a hook_search into the node_keywords module. http://api.drupal.org/api/4.7/function/hook_search
---
Professional | Personal
| Sympal: Development and Hosting
You could implement the
You could implement the 'update index' part of the hook_nodeapi and spit your keywords into the body content. That would work and would involve a lot less effort.