Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

indexer doesn't respect @audience #1528

Open
alexduryee opened this issue Apr 4, 2024 · 0 comments
Open

indexer doesn't respect @audience #1528

alexduryee opened this issue Apr 4, 2024 · 0 comments

Comments

@alexduryee
Copy link

The @audience attribute in EAD is used to mark elements for/not for publication. Generally, @audience="internal" marks elements that should not be published, and any other value (or no @audience at all) marks elements that should be processed normally. Arclight currently doesn't respect this element, so metadata flagged for non-publication still gets indexed and rendered.

There is a finicky case where elements with no/positive @audience attributes can have ancestors with @audience="internal":

<c @audience="internal">
  <did>
    <unittitle>Top Secret Ancestor Component</unittitle>
  </did>
  <c>
    <did>
      <unittitle>Child Component - Should This Be Indexed/Rendered?</unittitle>
    </did>
  </c>
</c>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant