Problem/Motivation
Exposed form in block not working with taxonomy term views. When the exposed form is shown in a block it has incorrect action URL:action="/en/taxonomy/term/%2A"
instead of action="/en/taxonomy/term/1"
Steps to reproduce
Create a /taxonomy/term/%
view, add some Filter criteria to it.
Set Advanced > Exposed form > Exposed form in block to "Yes".
Go to /admin/structure/block
and add the block to a region.
Open /taxonomy/term/1
, check the action attribute of the form and try filtering.