Trying to consider potential options to achieve the following: Collection page with multiple tags, and list of collection posts, where the user can toggle the tags to filter the results, along with pagination when required.
The more complex option would be something involving ajax to fetch the matching posts, but not sure how feasible that is with Statamic (read: I haven't found any docs for it yet)
Another option I wondered about is if the cms allows you to have tag urls with multiple tags like so:
http://district.test/blog/tags/coffee+smells
Could someone tell me the latter doesn't exist in some form, and if the prior would be possible? (or if they remember something similar being posted)