Skip to content

Commit

Permalink
DDF-2710 Update CDM multi-value overrides docs (#2091)
Browse files Browse the repository at this point in the history
* DDF-2710 Update CDM multi-value overrides docs

Update the documentation for the content directory monitor to accurately reflect the process adding for multi-valued attribute overrides.

* DDF-2710 Clarified example explanation

* DDF-2710 Put topic.keywords in backticks
  • Loading branch information
Ethan Manns authored and shaundmorris committed Jun 23, 2017
1 parent 07f3c8b commit 13c16cd
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,9 @@ For example, to set the contact email for all metacards, add the custom mapping:
Each mapping sets the value of a single metacard attribute. To set the value of an additional attribute, select the "plus"
icon in the UI. This creates an empty line for the entry.

To set multi-valued attributes, use a separate override for each value. For example, to add the keywords _PPI_ and _radiology_ to each metacard, add the custom attribute mappings:
To set multi-valued attributes, use a comma-separated list of values. For example, to add the keywords _PPI_ and _radiology_ to the `topic.keywords` attribute for each metacard, add the custom attribute mapping:

`*topic.keyword=PPI*` +
`*topic.keyword=radiology*`
`*topic.keyword=PPI,radiology*`

.Blacklist
The CDM blacklist uses the "bad.files" and "bad.file.extensions" properties from the system.properties file in "etc/" in order to prevent
Expand Down

0 comments on commit 13c16cd

Please sign in to comment.