Active
Project:
Index CCK Node Reference
Version:
5.x-0.1-beta1
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Jan 2008 at 20:28 UTC
Updated:
18 Nov 2009 at 19:42 UTC
Have you considered having the option to index the whole node?
I have two types of nodes - parent and child. I only want the parent node to come up in searches but want the content of the child nodes to be indexed with the parent.
So I am using search_config to hide child nodes from the index but was looking for an existing module that would allow me to index the child with the content for the parent. I know this is sort of nominal to do with some custom code stuck in a custom module that would look pretty much like your module.
$text .= node_view(node_load(array('nid' => $node->nid)), FALSE, TRUE, TRUE);
What do you think?
Comments
Comment #1
liquidcms commentedwas just thinking this module was required.. hard to believe not out there yet.
and a recursive thing.. as maybe a noderef-ed node has a noderef field to a 3rd node?
so maybe a admin setting to limit depth
and then eventually include userref fields as well
:)