建议:修改单词列表过滤器批准弹窗

我们正在使用词表过滤功能,因此新帖子会被阻止、标记或需要审核。

对于需要审核的帖子,最好能直接显示是哪个词触发了审核请求。

我们的审核词表目前包含 63 个词(其中一些词末尾带有星号,因此实际可能性更多),而审核人员手动在帖子中查找这些词以确认触发审核的原因非常令人烦恼。

7 个赞

This would be a nice improvement if we could do it @eviltrout but I am not sure if it is possible.

3 个赞

I actually took a quick look at this but the way watched words currently worked is they’re munged together into one big regular expression that returns true/false if it matches. With some refactoring we could have the watched word code return the word(s) that matched and then I could include that in the review queue.

6 个赞

Could we at least indicate it was a general watched word match? We are hitting support requests on this.

3 个赞

Isn’t that what it already does?

3 个赞

The ‘This post included a Watched Word’ text is displayed when a post requires approval due to a watched word. If a post is flagged due to a watched word, the text is not displayed.

6 个赞

Aha that explains it! I suspect something can be done and I’ll look into it.

5 个赞

This will fix it so that if a post is automatically flagged due to a watched word that it will include the same explanation as if it requires approval:

6 个赞