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

drupalnesia’s picture

You 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.