I have Gmap/Location and Faceted Search module working independently in D6. What I would really like to do is have them work together. I need it to pull the corresponding points for searches on date, keyword, and taxonomy id.
For example I can get gmap to pull taxonomy id arguments from url on a view gmap page http://site.com/map/3,5 works.
But trying to include the gmap view block on the faceted search results page doesn't filter out any of the points:
(and why is this URL getting encoding from faceted search the links? does that have anything to do with it?)
Single taxonomy id:
http://site.com/results/taxonomy%3A4
Max search:
http://site.com/results/date_authored%3A2009 taxonomy%3A4 lorem
Has anyone gotten this to work seamlessly together? If so, what did you have to do? or what am I missing? It would seem like it should just be a view argument thing, but I'm not sure how to get to that point.
Comments
Hi there, any progress on
Hi there,
any progress on this one?
I'm interested as well.
Transmitter