Active
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
29 Oct 2011 at 13:18 UTC
Updated:
10 Nov 2014 at 14:33 UTC
Jump to comment: Most recent
Comments
Comment #1
kevinquillen commentedI would also like to know how to achieve this via Views. How can I read the active exposed filters, output them in a legend with a count of results besides them?
Comment #2
kevinquillen commentedI wound up creating a custom block in my module and invoking views_get_page_view, iterating the results and filters set in the view data, and constructing the block output that way.