# Suggestion: modifiation of the word list filter approval popup

**URL:** https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458
**Category:** Feature
**Tags:** watched-words
**Created:** [4월 19, 2019, 8:06오전 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458 "2019-04-19T08:06:41Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![GuidoD](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/guidod/32/292621_2.png) [@GuidoD](https://meta.discourse.org/u/GuidoD)
#### Post date: [4월 19, 2019, 8:06오전 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/1 "2019-04-19T08:06:41Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [4월 19, 2019, 3:29오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/2 "2019-04-19T15:29:55Z")

</div>

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

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [4월 22, 2019, 4:25오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/3 "2019-04-22T16:25:44Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [5월 30, 2020, 6:19오전 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/5 "2020-05-30T06:19:30Z")

</div>

적어도 일반적인 감시 단어 일치였음을 표시할 수는 없을까요? 이 문제로 인해 지원 요청이 계속 들어오고 있습니다.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [6월 1, 2020, 5:44오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/6 "2020-06-01T17:44:50Z")

</div>

그거 이미 그렇게 하는 거 아닌가요?

 ![image](https://global.discourse-cdn.com/meta/original/3X/b/f/bf96f4556773402d67bb2c067120a6da93dfd850.png)

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [6월 1, 2020, 6:16오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/9 "2020-06-01T18:16:14Z")

</div>

게시물에 감시 대상 단어가 포함되어 승인 처리가 필요한 경우, '이 게시물에는 감시 대상 단어가 포함되어 있습니다’라는 텍스트가 표시됩니다. 감시 대상 단어로 인해 게시물이 \_신고\_된 경우에는 해당 텍스트가 표시되지 않습니다.

 ![image](https://global.discourse-cdn.com/meta/original/3X/0/1/01bec5a534eaa1ee30c8c4593a87d4a4033d8c40.png)

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [6월 1, 2020, 8:01오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/10 "2020-06-01T20:01:29Z")

</div>

아, 그래서 그런 거군요! 뭔가 해결할 수 있을 것 같으니 알아볼게요.

---

<div class="post-metadata">

### Author: ![eviltrout](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/eviltrout/32/5275_2.png) [@eviltrout](https://meta.discourse.org/u/eviltrout)
#### Post date: [6월 2, 2020, 3:51오후 UTC](https://meta.discourse.org/t/suggestion-modifiation-of-the-word-list-filter-approval-popup/115458/11 "2020-06-02T15:51:01Z")

</div>

이 수정은 감시 단어(watched word)로 인해 게시물이 자동으로 플래그가 지정될 경우, 승인 필요 시와 동일한 설명을 포함하도록 합니다:

> <https://github.com/discourse/discourse/commit/4e3a84c68793f576db84be095039e011a43d2e50>
