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

Remediate fileset duplication in items list #371

Merged
merged 5 commits into from
Sep 25, 2024
Merged

Commits on Sep 24, 2024

  1. WIP to redefine member_ids

    Member_ids will no longer include the lineage_service method.
    laritakr committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    474caa5 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix search & highlighting

    Search was broken in cases where there is no json file to search (i.e.
    the pdf file didn't have the json file). There may have been a change in
    a blacklight_iiif_search version update, which made the INVALID text
    that we used in this situation lock up the search.
    
    This change returns the normal search behavior.
    laritakr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4a64cea View commit details
    Browse the repository at this point in the history
  2. Fallback to member_ids

    We added descendent_member_ids_ssim to the index, but want
    member_ids_ssim as a fallback. This use was missed previously.
    laritakr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    bdb8d7a View commit details
    Browse the repository at this point in the history
  3. Make rubocop happy

    laritakr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    a968af6 View commit details
    Browse the repository at this point in the history
  4. Fix specs

    laritakr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    50987c2 View commit details
    Browse the repository at this point in the history