Is it possible to support multiple arguments in a view?
We are using views to create lists of products that are filtered based on a set of arguments. For example, a valid system path would be 'category/get/60/329+68/420'. The last bit of the URL is the three term ID arguments that are passed to the view.
Would it be possible to automatically generate the URL as: 'category/get/furniture/4ft+5ft/teak'?
At the moment I can get View Alias to create the SEO friendly URL as 'category/get/furniture' but the second and third arguments are not generated.
Thanks.
Comments
Comment #1
chinita7 commentedAny update ? I'm searching how to make alias for
my-site.com/category/%/%.The first % and the second % are both term id from different vocabularies. This feature is just for one place holder?Comment #2
john franklin commentedI've got it working in bulk, but not when saving or deleting a taxonomy term.
This feature will only show up in the 7.x branch.
Comment #3
john franklin commentedAnd it will generate category/get/furniture/4ft/teak and category/get/furniture/5ft/teak as separate aliases.
Handling multiple TIDs in a single argument (e.g., 329+68) is not in scope for this issue. Sweet combinatorics, multiple single-value arguments is crazy enough!
Comment #5
john franklin commentedFixed, but created #2584479: Aliases are not generated or updated when terms are created, edited or deleted. in the process.