I have a view where I filter houses based on their locations. For that, I created an exposed filter block in that view. Following fields are exposed:
- Location (taxonomy)
- Price
- Rent/Sale

Now, I created a page with the panels module to override the taxonomy page. For example, on the term page 'New York' I now have that block with the exposed filters in a panel. That works. But it is a bit stupid that the user needs to select location 'New York' when he already is on the landing page of 'New York'.

So, is is possible that the exposed filter is automatically set when the block is shown on the taxonomy term page?