TIL there is a page /tags/intersection/tag1/tag2
that allows searching for threads with multiple tags at once
Our forum would get a lot of UX if our regular users could just use this feature rather then having to go to the search which has completely different UI (possibly due to misconfiguration?)
Current implementation and its limitations
- There is a page
/tags/intersection/tag1/tag2
- If you remove one of tags so there’s a single tag left, you’re out to
/tags
- If you add category, you are out to
/tags/c/general/8/tag1
- There is no UI to get to tag intersection page from
/tags/tag1
- There is no UI to get to tag intersection page from
/tags/c/general/8/tag1
Requested features
- Make the regular
/tags/*
have multi-tag selector (possibly as a server setting) - Make category support tag intersection like
/tags/c/general/8/intersection/tag1/tag2