Download & Extend

Views Exposed Filter Aliases for Urls with ? string

Project:View Alias
Version:6.x-2.x-dev
Component:Miscellaneous
Category:feature request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Question: Does this module support aliases for Views Exposed Filter Urls with "?" and following string.
Is there a plan if it does not currently support.

Thanks,

Comments

#1

Not currently, but feel free to add it if you need it.

#2

I think it will be very useful to have this feature, as Views with Exposed filters are used quite different places, and for SEO purposes, if it provides urls like /taxonomy/term/tid instead of /taxonomy/?term=tid... , we can refer traffic to views instead of cutting views off from robot.txt.

I am not sure how to add this feature request, I would appreciate if this request is added. Thx.

#3

Status:active» closed (fixed)

#4

That would be a really killer feature, yes. I think it won't be implemented though...

#5

Subscribing.
I also found this related issue http://drupal.org/node/362326
There's a snippet that might provide a solution, it's been reported to work only on Drupal 5 though.

#6

Status:closed (fixed)» active

Hi,

I understand it might not be possible to change it to e.g.
/taxonomy/term/tid

But what about changing it to e.g.:

/taxonomy/?term=name-of-term

Instead of a number?

That way, the keyword is still included in the URL?

Thanks,

Martin