I would really like some more SEO in BEF. URLs like this ?field_product_field_status=36 are not good. Better would be ?status=active. Is there something I am missing to improve this?

Comments

Lukas von Blarer’s picture

Issue summary: View changes

Adding example URL

mikeker’s picture

Issue summary: View changes
Status: Active » Closed (works as designed)

Issue queue cleanup... My apologies for taking so long to address this issue!

You can get some of what you're looking for with the existing functionality in BEF. Using your example, settings the "Filter identifier" in the "Configure filter criterion" dialog (in the "more" section at the bottom) you can change field_product_field_status to status. You can use the taxonomy term name instead of it's ID if you expose the term name field instead of the term ID field. (Though you can't use BEF to render the term name filter as checkboxes since it's a textfield.)

Thanks!