Suggestion: modifiation of the word list filter approval popup

we are using the word list filter functionality, so that new posts are either blocked, flagged or need to be approved.

For the posts that need to be approved it would be good to see directly which word triggered the approval request.

Our approval word list does have currently 63 words (some of them with the star at the end so even more possibilities) and looking manually in the post for the words in order to find out why the approval was triggered is quite annoying for the moderators.

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 лайков

Могли бы мы хотя бы указать, что это было общее совпадение с отслеживаемым словом? Из-за этого у нас увеличивается поток обращений в службу поддержки.

3 лайка

Разве это не то, что оно уже делает?

3 лайка

Текст «В этом посте содержится отслеживаемое слово» отображается, когда для публикации требуется одобрение из-за наличия отслеживаемого слова. Если пост помечен из-за отслеживаемого слова, этот текст не отображается.

6 лайков

Ага, теперь всё ясно! Я подозреваю, что что-то можно сделать, и займусь этим.

5 лайков

Это исправит ситуацию так, что если пост автоматически помечается из-за отслеживаемого слова, он будет содержать то же объяснение, что и в случае, когда требуется одобрение:

6 лайков