Active
Project:
Taxonomy Filter
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
10 Oct 2011 at 06:39 UTC
Updated:
17 Dec 2014 at 17:27 UTC
Jump to comment: Most recent
Comments
Comment #1
solotandem commentedGood question. Are you able to investigate possible solutions?
Comment #2
myevit commentedI have same question. I need to use instead of /taxonomy/term/x,y,z this /taxonomy/term/[name of tid x],[name of tid z],[name of tid z]
Kind of %names not %tids
Comment #3
sbydrupal commentedHave the same issue. Would there be any solution ?
If there isn't a solution, would you recommend using Solr Search which has taxonomy facet selections and search capability at the same time ?
There is a similar module: taxonomy_facets, which provides SEO friendly filter results such as /term1/term2 however, couldn't come up with a solution to use Views to overwrite /term1/term2 type urls. Using views with search capability would be a great functionality on top of faceted filtering...
Thank you
Comment #4
Leeteq commentedMaybe an integration with Token module can solve this.
On the admin page;
admin/config/user-interface/taxonomy_filter/advanced
We have "URL format to output in links", which by default is set to:
taxonomy/term/%tids/%depth
Even if we can have something like %selected-terms in there, that still would not be enough by itself. We need dynamic and configurable path element replacement, like what Token offers.
I also think that this setting should be per vocabulary, not one general setting for everything.