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

chinita7’s picture

Any 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?

john franklin’s picture

Version: 6.x-2.2 » 7.x-1.x-dev
Assigned: Unassigned » john franklin
Issue summary: View changes

I'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.

john franklin’s picture

And 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!

  • John Franklin committed 3dc35c7 on 7.x-1.x
    Issue #1141418 by John Franklin: Support multiple arguments in a view.
    
john franklin’s picture

Assigned: john franklin » Unassigned
Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.