Here's the scenario:

I'm giving users a way to search through nodes by proximity to a zip code using an exposed "Location: Proximity" filter. I have two views connected by a menu tab. In one view I'm displaying the results on a map, in the other as text.

What I'd like to be able to do:

If users have completed a search in one of the views, I'd like for them to be able to click on the other view via the tab and see the results for the same filter displayed in that view.

Is this doable in a reasonably simple way?

Thanks!

Comments

mennonot’s picture

In case a parallel example is helpful, I'm looking for similar functionality to what you get when you search for at term on google web search and then switch to image search which displays the results for the same search term.

domesticat’s picture

Status: Active » Closed (fixed)

Closed while closing all Views support requests with no activity for 6 months. If you still need help, you may re-open this issue at any time.

willeaton’s picture

Version: 5.x-1.6 » 6.x-2.6
Status: Closed (fixed) » Active

I am in need of this functionality too but in Drupal 6 with views 2. Basically I have an exposed filter and I have menu tabs for "Most Recent" and "Most Popular" etc. Want I want is when I click the menu tab, it passes the filter variable in the URL as well.

Is this possible?

Thanks
Will Eaton
Drupal Developer
http://www.williameaton.co.uk

willeaton’s picture

Status: Active » Closed (fixed)

Hi,
Scratch that, I came across a module called Quick Tabs which does exactly what I was after, hope this helps someone out there trying to do the same.