Hide posts by tag (filter *out* not just filter *to*)

This recent commit will allow you to hide posts by tag.

https://github.com/discourse/discourse/commit/ae13839f98b1b2530a4727a09feee89d7a6ebd88

You can filter-out out a tag now by using the exclude_tag query param like this: /latest?exclude_tag=beginner.

And here is an example on meta: https://meta.discourse.org/?exclude_tag=api

3 Likes