Posted by Scott Reynolds on May 6, 2009 at 10:25pm
| Project: | Apache Solr Views |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Scott Reynolds |
| Status: | closed (fixed) |
Issue Summary
This patch allows the apachesolr view to have the row style of node_view.
| Attachment | Size |
|---|---|
| node.views_.patch | 833 bytes |
Comments
#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.
#9
With dereine's #614040: Possiblity to alter views_plugins committed, here's the small bit that's needed in Apache Solr Views to support the "Node" row style.
#10
http://drupal.org/cvs?commit=299432
#11
Automatically closed -- issue fixed for 2 weeks with no activity.