Closed (fixed)
Project:
Apache Solr Views
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
6 May 2009 at 22:25 UTC
Updated:
22 Dec 2009 at 06:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
7wonders commentedI 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
Comment #2
Scott Reynolds commentedComment #3
damien tournoud commentedThis looks like a patch to Views... I think this can be done within Apachesolr Views using one of the Views alter hooks.
Comment #4
Scott Reynolds commentedAlas, no alter hooks for plugins
http://views.doc.logrus.com/group__views__hooks.html
as you also see in
views_discover_plugins();Comment #5
dawehner#614040: Possiblity to alter views_plugins
That's an easy patch, which would allow this.
Comment #6
dawehnerIf this is commited, i will add a field like on core, where you can filter the terms by vocabulary etc.
Comment #7
mpaler commentedHi Scott,
Could I trouble you to explain in lay terms what this patch does?
Thanks in advance,
Mike
Comment #8
mpaler commentedOK -- 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.
Comment #9
David Lesieur commentedWith 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.
Comment #10
Scott Reynolds commentedhttp://drupal.org/cvs?commit=299432