schmittjoh/JMSI18nRoutingBundle

Unable to route URLs

Opened this issue · 0 comments

Hi @schmittjoh , I am working on a Symfony Project and i want to route URLs like
http://localhost/search?category=name&location=location&date=date
to something like
http://localhost/search/category-name/location/date
but i am unable to figure out, how to do it with the help of your package. It would be highly helpful if you can tell me the right way to do so.