Patch to have node loads for your view
Scott Reynolds - May 6, 2009 - 22:25
| Project: | Apache Solr Views |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Scott Reynolds |
| Status: | reviewed & tested by the community |
Jump to:
Description
This patch allows the apachesolr view to have the row style of node_view.
| Attachment | Size |
|---|---|
| node.views_.patch | 833 bytes |

#1
I have the whole apachesolr views setup done now and have installed this patch. How would I use this now to override the default apachesolr results page so I get node views instead? Any tutorials for dummies would be much appreciated :)
/7
#2
#3
This looks like a patch to Views... I think this can be done within Apachesolr Views using one of the Views alter hooks.
#4
Alas, no alter hooks for plugins
http://views.doc.logrus.com/group__views__hooks.html
as you also see in
<?phpviews_discover_plugins();
?>
#5
#614040: Possiblity to alter views_plugins
That's an easy patch, which would allow this.
#6
If this is commited, i will add a field like on core, where you can filter the terms by vocabulary etc.
#7
Hi Scott,
Could I trouble you to explain in lay terms what this patch does?
Thanks in advance,
Mike
#8
OK -- I get this. To slower folks like me, this adds a node row style for the view output. So under style settings if you set row style to HTML list, this patch will make "node" available under row style.