# Exclude\_tag no funciona en los feeds RSS de categoría

**URL:** https://meta.discourse.org/t/exclude-tag-does-not-work-in-category-rss-feeds/400034
**Category:** Bug
**Tags:** rss-polling
**Created:** [6 Abril, 2026 16:17 UTC](https://meta.discourse.org/t/exclude-tag-does-not-work-in-category-rss-feeds/400034 "2026-04-06T16:17:12Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [7 Abril, 2026 04:59 UTC](https://meta.discourse.org/t/exclude-tag-does-not-work-in-category-rss-feeds/400034/2 "2026-04-07T04:59:55Z")

</div>

¡Tengo una solución sencilla!

`/latest.rss?category=6&exclude_tag=ai`

Se confirmó el caso límite con los feeds RSS de categoría.

Aunque algo como esto debería solucionarlo correctamente. Lo revisaremos en equipo.

```plaintext
def category_feed
  guardian.ensure_can_see!(@category)
  discourse_expires_in 1.minute
  # ...
  @topic_list = TopicQuery.new(current_user, build_topic_list_options)
                           .list_new_in_category(@category)
  render "list", formats: [:rss]
end

```

---

_[View the full topic](https://meta.discourse.org/t/exclude-tag-does-not-work-in-category-rss-feeds/400034)._
