Omeka seems to allow for tags to include double spaces, though they render as a single space. For example, some imported items I used in my local installation have tags like Walsh Edmund A that render like Walsh Edmund A. In Omeka, the query looks like tags=Walsh++Edmund+A. In the export from this plugin, the directory generated has the name walsh--edmund-a, but all tag links look for walsh-edmund-a.
I feel like the core shouldn't allow for those double spaces, especially if it renders as a single space as it's pretty confusing. In the meantime, if the plugin picks up on those double spaces while creating directories, it should probably use the same logic for generating tag urls in the views.
Omeka seems to allow for tags to include double spaces, though they render as a single space. For example, some imported items I used in my local installation have tags like
Walsh Edmund Athat render likeWalsh Edmund A. In Omeka, the query looks liketags=Walsh++Edmund+A. In the export from this plugin, the directory generated has the namewalsh--edmund-a, but all tag links look forwalsh-edmund-a.I feel like the core shouldn't allow for those double spaces, especially if it renders as a single space as it's pretty confusing. In the meantime, if the plugin picks up on those double spaces while creating directories, it should probably use the same logic for generating tag urls in the views.