Exclude_tag non funziona nei feed RSS di categoria

exclude_tag non funziona nei feed RSS di categoria (e in particolare per quelli).

Per riprodurre:

wget -O a.xml "https://meta.discourse.org/c/support/6.rss"
wget -O b.xml "https://meta.discourse.org/c/support/6.rss?exclude_tag=ai"
diff a.xml b.xml

Vedrai che i due file sono identici.

Comportamento atteso:

I post contrassegnati con ai vengono esclusi dal feed RSS.

Informazioni aggiuntive:

Il feed RSS principale funziona correttamente, ovvero:

wget -O a-all.xml "https://meta.discourse.org/latest.rss"
wget -O b-all.xml "https://meta.discourse.org/latest.rss?exclude_tag=ai"
diff a-all.xml b-all.xml

mostra che i due file sono diversi.