I've noticed when multiple topics share the same topic name, the slug gets modified a little strangely. For example, if I have four topics named "Test" the slugs would be:
- http://www.example.com/topic/test
- http://www.example.com/topic/test-1-2
- http://www.example.com/topic/test-1-2-3
- http://www.example.com/topic/test-1-2-3-4
- And so forth...
I'd imagine by the 50th topic, the URL would become quite unwieldy. Surely only the last slug number is necessary. Is there any way to fix this? Since these are supposed to be permalinks, it's somewhat urgent.