Active
Project:
Taxonomy Block
Version:
6.x-1.0-beta2
Component:
Code
Priority:
Critical
Category:
Support request
Assigned:
Reporter:
Created:
20 Oct 2009 at 09:45 UTC
Updated:
9 Nov 2010 at 05:56 UTC
I want to implement the taxonomy block in following ways if possible--
1. Create a View (this view will be displayed on the search result page)
2. Pass the search result nodes to the View
3. The View will access each node and retrieve all the Terms for each node.
4. Then, the View can display all the Terms.
Comments
Comment #1
drupalnesia commentedYou can use Views w/o Taxonomy Block to achieve this. Views has argument which you can pass term to a Views, also possible to pass several terms even vocabulary.