CCK nodes primarily meant to be presented only with views and not as individual nodes
That's exactly what I need!
But the question is, how do I get the view itself to show up in search results?
CCK nodes primarily meant to be presented only with views and not as individual nodes
That's exactly what I need!
But the question is, how do I get the view itself to show up in search results?
Comments
Comment #1
deviantintegral commentedSorry, I don't think that's possible as views are not nodes: http://drupal.org/node/281056
You might want to reconsider your data design. In my case it works because the 'hidden' nodes are fused with views_fusion with nodes which are searchable.
--Andrew