filter.jsoup.undesirable_text-separate-lists
Defines if undesirable text should be merged into a single list.
Key: filter.jsoup.undesirable_text-separate-lists
Type: Boolean
Can be set in: collection.cfg
Default Value
By default, all sources of undesirable text will be combined into a single list of words which are used to populate the content auditor undesirable text report.
filter.jsoup.undesirable_text-separate-lists=false
Examples
To expose each source of undesirable text as separate list of words.
filter.jsoup.undesirable_text-separate-lists=true
Content auditor does not have built-in support for additional word lists beyond the default merged list. See: Customize the content auditor undesirable text list (Jsoup filters) for information on how to display the additional word lists inside content auditor. |