Posted by sittard on April 28, 2011 at 4:01pm
2 followers
Jump to:
| Project: | View Alias |
| Version: | 6.x-2.2 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
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
#1
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?