schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Unable to route URLs #223

Open sarthak-patidar opened 6 years ago

sarthak-patidar commented 6 years ago

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.