Hello

first, my english is very basic.

well, I need create a route for links like that
http://domain/c/:slug/:node/filter1-value1|value2|..|valueN/.../filterN-valueN1|valueN2

i try it using this in routing.yml

show:
  url: /c/:slug/:node/*
  param: { module: module1, action: action1 }
  requirements:
    node: \d+

but the values that i obtan in my action are like that:
filter1-value1|value2|...|valueN => <something>
I wish to obtain
filter1 => value1|value2|...valueN
filterN => valueN1|valueN2...

how i can recover the tokens for filters?

please help me,
Greetings

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to