I asked this question before and got a great working answer.
but i realized that SOF actually takes it one step further as it supports multiple tag drilldown
what i mean is, if click on the tag C#, that will filter to 20,000 questions and it will show me all related tags on questions that also have C# as a tag.
but then, i can click on the tag "Collections" and now see total number of questions with the tag "C#" and "Collections". maybe that 500 questions
in addition, it will still show me related tags, which are tags that exist in questions which also have tag "C#" and "Collections"
and you can keep filtering down.
so the answer in the above link, only support 1 single tag.
in sql how would you get this to work to be able to completely drill down and show count of related tags and allow the user to keep choosing additional tags for drilldown.
