Closed jensscherbl closed 10 years ago
Since today I've taken over the extension. Update your git refs etc. I'll update the status of this issue over the weekend.
No longer using this extension myself, created another one with a different approach instead.
But others might run into the same issue.
Generally I'm a strong proponent of unique handles, but it's not useful in every situation.
For example, I'm currenlty developing an application for location listings. The URL structure should be something like
/country/city/...
. Uniqueness is already created by tying a city to other modifiers likecountry
,region
, etc. But since all cities are still in one section, it's very likely to have two or more cities in different countries or regions sharing the same name, which creates unwanted unique handles like/country/city-2/
.