In this use case, we declare the Audience metadata as required and the Author metadata as optional.
We are looking at the following publications:
- Document A: set as
"Audience": "public". It does not have theAuthormetadata. - Document B: set as
"Audience": "public"and"Author": "Alan Smithee".
The result is the following:
- Document B appears in the Related links of document A because the
"Audience": "public"metadata matches. - Document A does not appear in the Related links of document B. Although the
"Audience": "public"metadata matches, document A does not have theAuthormetadata.