By IncrediBody.com on
How can I prevent the internal Drupal search results from showing taxonomy terms? I use taxonomy to classify certain nodes for administration reasons, and when I search for content, those taxonomy terms are visible in the search snippets. How can I prevent Drupal from indexing taxonomy terms??
Thanks for any help you can provide!
Comments
Any ideas?
Any ideas?
subscribing - I need this
subscribing - I need this too. Did you come up with a solution?
I would like this too
I someone finds out how to do this, please let us know!
Found it!
Just open the node.module and comment the following lines like this:
// Fetch terms for snippet.
/*if (module_exists('taxonomy')) {
$node->body .= taxonomy_nodeapi($node, 'update index');
}*/