gormus
(Osman Görmüş)
8 בינואר, 2026, 4:04pm
1
How could I filter by tag groups with white-spaces in their names?
For example, neither of these return any topics:
tag_group:Asset Management
tag_group:Asset%20Management
tag_group:Asset+Management
/filter?q=tag_group%3AAsset%20Management
/filter?q=tag_group%3AAsset%2520Management
/filter?q=tag_group%3AAsset+Management
While at it, I have tag group names with &, -, (, and ) in them. How should I filter by those tag group names?
6 לייקים
sam
(Sam Saffron)
12 בינואר, 2026, 12:25am
2
Well tag groups don’t have slugs
I have this PR up now:
https://github.com/discourse/discourse/pull/37049
We either go with it or blast through the product to give tag-groups a slug. Will discuss with the team.
7 לייקים
gormus
(Osman Görmüş)
14 בינואר, 2026, 1:26pm
4
I just had a chance to try this out on my site. I tested with tag group names with spaces, parenthesis and ampersands. All worked perfectly. Thanks @sam !
4 לייקים